-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hope to move to UWP Modern .NET in the future #53
Comments
I do know about this, however the lack of WinUI 2 (currently) is a blocker. |
Indeed, the lack of winui2 is currently a major barrier to upgrading to modern .NET. If you really want to experiment with winui2 modern .net, you can use the driver1998 DisposableMemory.ModernNetUAP.WinUI nuget package to test it out until Microsoft officially supports it link |
I haven’t managed to get that package working. |
You can see driver1998's sample:https://github.com/driver1998/NetCoreApp |
My WinUI 2 projection package did not work with WASDK single project MSIX packaging, since it provides its own WebView2 projection, which conflicts with the one implicitly referenced in WASDK. The new preview should fix this (it now uses projections from a preview version of WebView2 nuget). I would not recommend the hacks in ModernNetUAP.XamlCompiler anymore and plan to deprecate it once VS 17.12 hits GA. |
Hope to move to UWP Modern .NET in the future
希望未来能迁移到 UWP Modern .NET
Microsoft 已经官宣了 UWP Modern .NET 的支持,希望未来能将 WinverUWP 迁移到 Modern .NET
Mikrosoft has officially announced the support of UWP Modern .NET and hopes to migrate to UWP Modern .NET in the future
https://devblogs.microsoft.com/ifdef-windows/preview-uwp-support-for-dotnet-9-native-aot/
The text was updated successfully, but these errors were encountered: