Update templates with new .NET MAUI Community Toolkit package version#32377
Merged
Update templates with new .NET MAUI Community Toolkit package version#32377
Conversation
Removed the PackageReference for Microsoft.Maui.Essentials.
Contributor
There was a problem hiding this comment.
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
mattleibow
reviewed
Nov 4, 2025
rmarinho
requested changes
Nov 4, 2025
Member
rmarinho
left a comment
There was a problem hiding this comment.
We need to change the integration tests too.
Member
|
@copilot can you look at the integration template tests and remove any special warning handling maui/src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs |
Contributor
…#32396) * Initial plan * Remove NU1608 warning suppression from integration tests Co-authored-by: rmarinho <1235097+rmarinho@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rmarinho <1235097+rmarinho@users.noreply.github.com>
mattleibow
approved these changes
Nov 5, 2025
Member
|
/backport to release/10.0.1xx |
Contributor
|
Started backporting to |
rmarinho
approved these changes
Nov 6, 2025
Member
|
These changes don't touch UITests so merging |
This file contains hidden or 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
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
Remove temporary workarounds for .NET MAUI Community Toolkit build/NuGet restore errors
Issues Fixed
Fixes #32198