Replies: 3 comments 1 reply
-
From what I understand UWP is not being phased out. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Win32 = Desktop |
Beta Was this translation helpful? Give feedback.
0 replies
-
From #462 it appears that UWP apps will not be supported in .NET 6. The only way to target UWP in .NET 6 is to use one of the non-UWP frameworks - i.e. Xamarin, MAUI, Blazor, etc, targeting UWP. UWP itself, i.e. a C# Win 10 UWP App, will not be supported. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are developing UWP Apps that we distribute through the Windows 10 App Store. ProjectReunion was brought to our attention as something that could provide additional help/simplify our development efforts.
Reading through FAQs and Wikis on this site, we are still confused on what would this project bring to the table and how would it simplify our coding experience.
Could someone give a couple simple examples where this project would improve/simplify UWP development?
Another question/concern, does it mean that the UWP itself is being phased out in favor of these unified Apis? For example, what would really help us is to have support for .net standard 2.1 in UWP apps. However, this has been in TBD for years:
https://docs.microsoft.com/en-us/dotnet/standard/net-standard Any insight on this? Is it part of ProjectReunion?
Beta Was this translation helpful? Give feedback.
All reactions