v15.0.1 Fix Crashes on Windows
This release removes the WindowsAppSDK v2.2.0 dependency 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.0 Release used by FileSaver, FolderPicker, Snackbar, Toast, Expander and TouchBehavior that we have now removed. In .NET 11. CommunityToolkit.Maui will no longer have access to internal .NET MAUI APIs. We have updated our .NET 11 Migration guidance to use CommunityToolkit.Maui v15.0.1 or 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.Maui v14.2.2 and earlier will not be compatible with .NET 11.
What's Changed
- Align Windows App SDK version with .NET MAUI by @jfversluis in #3282
- Remove all usage of .NET MAUI internal APIs by @jfversluis in #3273
Housekeeping
- [housekeeping] Automated PR to fix formatting errors by @github-actions[bot] in #3286
- Bump Microsoft.Testing.Extensions.CodeCoverage from 18.9.0 to 18.10.0 by @dependabot[bot] in #3285
- Bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #3275
- Bump Microsoft.Testing.Extensions.CodeCoverage from 18.8.0 to 18.9.0 by @dependabot[bot] in #3262
- Bump actions/setup-java from 5.6.0 to 5.7.0 by @dependabot[bot] in #3278
Full Changelog: 15.0.0...15.0.1