maui icon indicating copy to clipboard operation
maui copied to clipboard

.NET 7 support in MAUI

Open Redth opened this issue 3 years ago • 1 comments
trafficstars

Plain .NET 7

Building net7.0-ios, net7.0-android, etc apps with the .NET 7 SDK

Tooling

Platform SDK

dotnet

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 android to also extend microsoft-net-runtime-android-net6 and microsoft-net-runtime-android-aot-net6 workloads
  • [ ] 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.

Redth avatar Aug 04 '22 16:08 Redth

@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?

Redth avatar Aug 05 '22 20:08 Redth

I would update the completed tasks if I had access

lewing avatar Aug 24 '22 00:08 lewing

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 avatar Sep 19 '22 13:09 SunshineSpring666

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!

samhouts avatar Sep 29 '22 16:09 samhouts