Understanding the intersection of Reunion, UWP, and .NET 6 #462
Replies: 2 comments 11 replies
-
I’d love to hear more about this from the Reunion and WinUI teams, but my understanding is that there are no official plans/timelines yet (please correct me if I’m wrong). This has been a top ask from the UWP community - being stuck on .NET Native and an old .NET version is not a good situation. However, WinUI 3 is in preview for the Win32 app model and the plan is for an early version of that to be released soon. And CsWinRt already lets you call WinRT APIs from .NET 5/6. Between the two of those it should be possible to get most of the way there; it’s enough to let us develop apps that use WinUI and WinRT APIs, even if they don’t run in an AppContainer like UWP. |
Beta Was this translation helpful? Give feedback.
-
UWP .NET 5 already works! But only o Xbox I believe. Didn't worked on 10x (probably because it generates a WinExe). You can check a sample yourself https://github.com/stevenbrix/WinUI3-Net5-Sample |
Beta Was this translation helpful? Give feedback.
-
Hello all!
I've currently got an ongoing project that requires UWP, and is published in the Windows Store.
Now I know that .NET 5 has no story for UWP or the Windows Store.
However, now that .NET 6 is launching into Preview, I am eagerly awaiting the story for upgrading. Is Project Reunion going to be the vector upgrading to .NET 6? Or is that more on the .NET team?
I'm pretty confused by this, as so far nobody seems to be talking about it.
To summarize: I want a UWP app that is going to be put into the Windows Store to be able to be upgraded. Is that going to be feasible in .NET 6 via Reunion? Or at all?
Beta Was this translation helpful? Give feedback.
All reactions