Future of WindowsAppSDK runtime (self-containment) #2319
Unanswered
AzAgarampur
asked this question in
Q&A
Replies: 1 comment 2 replies
-
WinUI 3's goal is to literally decouple the UI framework from the OS. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I see that 1.1 has plans to include "self contained" support. This is good, as I've always wanted to be able to have unpackaged apps that "truly" don't need any sort of installation.
However, there are also future projections that WinUI 3, for example, will become a part of the Windows OS itself. Does this mean, that since WinUI 3 will be a part of the OS, the WindowAppSDK packages will start to be installed by default in Windows 11 in the future? If so, deploying apps that use WindowsAppSDK would be a lot like running .NET framework 4.X apps. These .NET framework apps didn't need any runtime install, because windows comes with the framework already installed. I'm wondering if something similar might happen in the future for WindowsAppSDK.
Beta Was this translation helpful? Give feedback.
All reactions