Skip to content

What is the best way to publish winui 3 app for the store? #3923

Answered by DarranRowe
ghost1372 asked this question in Q&A
Discussion options

You must be logged in to vote

While it doesn't help having WindowsAppSDKSelfContained set to true, the real problem here is .NET.
Suppose I create a new C# project using the C# version of the "Blank App, Packaged (WinUI 3 in Desktop)" template. Update all of the NuGet packages to the latest version. I then use the Package & Publish option to create the packages. Each individual .msix package will be around 48MiB.
Suppose I follow the same steps using a C++ project using the C++ version of the "Blank App, Packaged (WinUI 3 in Desktop)" template. Each individual .msix package will be around 150KiB.
If you look at the contents of the packages, you will notice a rather substantial difference.

The C# package contains so …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ghost1372
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants