-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[net9.0] Merge main to net9 #28936
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
[net9.0] Merge main to net9 #28936
Conversation
… called when overridden in derived class (#28690)
Co-authored-by: Rui Marinho <[email protected]>
Co-authored-by: Rui Marinho <[email protected]>
* [iOS] CollectionView footer sizing fix * Added snapshots * Added Macos snapshot * Update StructuredItemsViewController.cs * Update StructuredItemsViewController.cs
* [ci] Add maui release internal * [ci] cleanup --------- Co-authored-by: Rui Marinho <[email protected]>
…28670) * Fix iOS CollectionView not reacting properly to orientation changes * Fix 28658 * Additional fixes * Additional fixes and screenshots * Fix EmptyView vs Header/Footer on CV1 * Update UI tests and fix one remaining failure * Small improvement * Enable tests on android and take screenshots to verify iOS behaves correctly * Avoid Linq * Reduce number of arrange passes on header/footer/empty view
…8510) * Update CommunityToolkit.Maui & Mvvm reference in template * Fix MAUI Toolkit breaking changes * Debump MVVM Toolkit * Update MauiApp.1.csproj * Update package version in MauiApp.1.csproj * Add framework-specific validation flags and update package version * Swap TextValidationBehavior Flags for frameworks
) * Fixed flaky tests related to entry control * Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs Co-authored-by: Copilot <[email protected]> * Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs Co-authored-by: Copilot <[email protected]> * fixed 19500 test * reverted the common changes * Fix typo in Issue19500.cs comments --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Shane Neuville <[email protected]>
…50403.2 (#28819) Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 9.0.0-prerelease.25167.9 -> To Version 9.0.0-prerelease.25203.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Fixed something that looks like copy/paste error * Fixed memory leak caused by not disposed ContextActionsCell
* Improve TFM condition for sample content template * Update ManageMetaPage.xaml
…fix (#28864) * Update StructuredItemsViewController.cs * Add UI test --------- Co-authored-by: Alberto Aldegheri <[email protected]>
…8804) * fixed webview backgroundcolor issue * Test script changes * test sample changes * Test script changes * Added Mac snapshots
…50407.3 (#28892) Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 9.0.0-prerelease.25203.2 -> To Version 9.0.0-prerelease.25207.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
# Conflicts: # eng/Version.Details.xml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (4)
- NuGet.config: Language not supported
- eng/Version.Details.xml: Language not supported
- eng/Versions.props: Language not supported
- src/DotNet/DotNet.csproj: Language not supported
/azp run MAUI-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. |
@ivanpovazan do you know why these AOT tests can t find these files , its fa |
The test failures seems to come from the fact that an expected build warning with NativeAOT, is not reported anymore in the build. The expected list of warnings is defined here: maui/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs Lines 129 to 148 in ed6aaaf
and got introduced in: 14f33bf I suggest retrying with the empty list of warnings ie: |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Description of Change
Bring latest changes from main to net9.0