v15.0.1 Fix WindowsAppSDK Compatibility, Remove Remaining .NET MAUI Internal API Usage #3294
TheCodeTraveler
announced in
Announcements
Replies: 1 comment
|
Thanks! You may want to set the 15.0.1 version as latest on the GitHub Releases page. It currently says 15.0.0 is the latest. end of nitpick :-D |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
v15.0.1 Fix Crashes on Windows
This release removes the
WindowsAppSDK v2.2.0dependency that was causing apps to crash on Windows. Long story short, .NET 10 MAUI currently expects Windows App SDK 1.8.x, while .NET 11 expects 2.3.1.We also found a few more internal .NET MAUI APIs that we missed in the
CommunityToolkti.Maui v15.0.0Release used byFileSaver,FolderPicker,Snackbar,Toast,ExpanderandTouchBehaviorthat we have now removed. In .NET 11.CommunityToolkit.Mauiwill no longer have access to internal .NET MAUI APIs. We have updated our .NET 11 Migration guidance to useCommunityToolkit.Maui v15.0.1or later to ensure compatibility with .NET 11. Specifically,Important
We recommend every .NET MAUI app preparing for .NET 11 install this release, v15.0.1 (or later), before .NET 11 is released in November. Apps running
CommunityToolkit.Mauiv14.2.2 and earlier will not be compatible with .NET 11.What's Changed
Housekeeping
Full Changelog: 15.0.0...15.0.1
This discussion was created from the release v15.0.1 Fix WindowsAppSDK Compatibility, Remove Remaining .NET MAUI Internal API Usage.
All reactions