-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update templates with new .NET MAUI Community Toolkit package version #32377
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
Conversation
Removed the PackageReference for Microsoft.Maui.Essentials.
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.
Pull Request Overview
This PR updates package dependencies in the MAUI mobile template by:
- Upgrading CommunityToolkit.Maui from version 11.1.1 to 12.3.0
- Removing the obsolete Microsoft.Maui.Essentials package reference
- Removing the NU1608 warning suppression that was specifically added for CommunityToolkit.Maui issue #2921
rmarinho
left a comment
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.
We need to change the integration tests too.
|
@copilot can you look at the integration template tests and remove any special warning handling maui/src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs |
…#32396) * Initial plan * Remove NU1608 warning suppression from integration tests Co-authored-by: rmarinho <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: rmarinho <[email protected]>
|
/backport to release/10.0.1xx |
|
Started backporting to |
|
These changes don't touch UITests so merging |
Description of Change
Remove temporary workarounds for .NET MAUI Community Toolkit build/NuGet restore errors
Issues Fixed
Fixes #32198