-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge sr9 into net9 ga #25265
Merged
Merged
Merge sr9 into net9 ga #25265
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…24829) * Add padding for buttons that need it and UITest * lost some spaces in the xaml * android and windows screenshot --------- Co-authored-by: tj-devel709 <[email protected]>
* test for #24849 * failing test * [C] OR EQUAL ! - fixes #24849 --------- Co-authored-by: Stephane Delcroix <[email protected]>
- fixes #24900 Co-authored-by: Stephane Delcroix <[email protected]>
…licate groups or crashes when adding a new item to a group or when adding a new group. (#25030) * [iOS] CollectionView issue fix. * Added test case. * Added snapshots. --------- Co-authored-by: Tamilarasan Paranthaman <[email protected]>
…#25075) * [X] allow namescope resolution before parenting when an element doesn't override the NameScope (DataTemplate, etc...) FindName fails until the element is parented. this PR sets a field (less expensive than a BP) used only during that time, and allow VSM to be applied. - fixes #22001 * fix * fixes #16208 --------- Co-authored-by: Stephane Delcroix <[email protected]>
…ad of `postInvalidate` (#25121) * Revert #24222 and simply use `invalidate` instead of `postInvalidate` * - update aar file --------- Co-authored-by: Alberto Aldegheri <[email protected]> Co-authored-by: Shane Neuville <[email protected]>
* [iOS] Text alignment in editor - improvements * Update Issue24583.cs * Try old way but use content height * less noise * Added the first batch of snapshots * add more screenshots --------- Co-authored-by: Jakub Florkowski <[email protected]> Co-authored-by: tj-devel709 <[email protected]>
…able) Ruins Entry Controls (#25159)
…xt or image change (#25214) * allow remeasure for title and image change * more screenshots 2 * more screenshots 3
…ndColor for a NavigationPage - fix (#25251) * Added a null check * Added a UI test * Removed an xaml file for ui test * Update NavigationPageToolbar.cs * Improvements * Update NavigationPageToolbar.cs --------- Co-authored-by: Jakub Florkowski <[email protected]>
…sr9_into_net9_ga # Conflicts: # eng/Versions.props # src/Controls/src/Core/Binding.cs # src/Controls/src/Core/Button/Button.iOS.cs # src/Controls/src/Core/Element/Element.cs # src/Controls/src/Xaml/MarkupExtensions/BindingExtension.cs # src/Controls/src/Xaml/XamlServiceProvider.cs # src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/ButtonPaddingIsAddedWhenNeeded.png # src/Core/src/maui.aar
# Conflicts: # src/Core/src/maui.aar
# Conflicts: # src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/ButtonPaddingIsAddedWhenNeeded.png # src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/ButtonsLayoutResolveWhenParentSizeChangesSizeButtonsDownPortrait.png # src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/VerifyButtonPage1_Border.png # src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/VerifyButtonPage1_NoBorder.png # src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/VerifyButtonPage4.png # src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/VerifyButtonPage6.png
# Conflicts: # src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/Issue22433_Spacing.png
Foda
approved these changes
Oct 18, 2024
3385ff2
to
11d68e2
Compare
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run MAUI-DeviceTests-public |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run MAUI-DeviceTests-public |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
Rollup changes that are going into .NET 8 SR9.2 so that they are also released with .NET9 GA