How can I make Windows App SDK self-contained not only when built but also when packaged? #5701
Unanswered
Pure-Happiness
asked this question in
Q&A
Replies: 1 comment 3 replies
-
If you have a good sample showing that the package is referencing the Windows App Runtime package, and loading dependencies from that, then it would be better to report this as a bug. 1.7 works as you expect. The output package contains all of the runtime files, registration free WinRT is used to register all of the WinRT runtime classes, and the output package's manifest doesn't contain a reference to the Windows App Runtime. So if you don't see this for 1.8 then it is a bug. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Adding
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
makes Windows App SDK self-contained when the project is built locally, but loses its effect when the app is packaged. How can I solve the issue?Note: I need to make Windows App SDK self-contained due to a bug in
1.8.0-Experimental4
.Beta Was this translation helpful? Give feedback.
All reactions