maui
maui copied to clipboard
.NET 7 support in MAUI
Plain .NET 7
Building net7.0-ios, net7.0-android, etc apps with the .NET 7 SDK
Tooling
- [x] VSCX Tools - insert tooling change, backport to insertion PR above (RE: Ema): https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/415759
- [x] Updates the path to illink when building from Windows
- [ ] [XVS] Failed to start debug iOS project
Platform SDK
- [x] [MaciOS] .NET7 New iOS app shows black screen when running from macOS CLI
- [ ] [MAUI] Update dependencies from dotnet/installer
- [ ] [Android][MaciOS] Create intentional Build errors when building net6 from net7?
- [ ] Create Vendor Assessment for PR build
dotnet
- [x] VS Insertion PR with NET7 resolver bits
- [ ] [mono][debugger] Fix infinite recursion and null pointer access while debugging
Build net6.0-* MAUI apps from .NET 7 SDK
Spec: https://github.com/dotnet/sdk/blob/main/documentation/general/workloads/cross-version-workloads.md
- [ ] Arcade - https://github.com/dotnet/runtime/pull/72947
- [ ] Arcade - above needs to flow through to net7
- [ ] EMSDK Workload changes - https://github.com/dotnet/emsdk/pull/163
- [ ] MonoToolchain - https://github.com/dotnet/runtime/issues/65211
- [ ] Android - May need to update
androidto also extendmicrosoft-net-runtime-android-net6andmicrosoft-net-runtime-android-aot-net6workloads - [ ] iOS / MacCatalyst / macOS - May need to update extends as in Android
- [ ] MAUI - https://github.com/dotnet/maui/pull/8203 - We may need to do more work here if the strategy for android/ios is not enough.
@jonathanpeppers and @dalexsoto we may need changes in android and macios workload manifests to support the changes from monotoolchain/emsdk. Could you create tracking items for these in your repos?
I would update the completed tasks if I had access
hi, everyone. Any update on MAUI's DOTNET 7 support? Now .NET 7 is in RC phase. Setting .NET version to 7 in project configuration ends up in errors which have no solutions yet on the internet. Thanks.
hi, everyone. Any update on MAUI's DOTNET 7 support? Now .NET 7 is in RC phase. Setting .NET version to 7 in project configuration ends up in errors which have no solutions yet on the internet. Thanks.
@SunshineSpring666 Have you reported those issues? If not, please open a new issue, and we'll take care of it! Thank you!