Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental single project MSIX packaging for arbitrary .NET projects #441

Open
daniel-lerch opened this issue Dec 8, 2024 · 0 comments

Comments

@daniel-lerch
Copy link

Set up your desktop application for MSIX packaging in Visual Studio states that single project MSIX packaging is only supported for WinUI 3 projects (which is factually wrong) and all other projects should use a Windows Application Packaging Project.

Single project MSIX packaging has been supported for all apps referencing Windows App SDK for quite some time regardless of which UI framework they used. However, that approach had the drawback of additional dependencies which increased MSIX package sizes.

With Microsoft.Windows.SDK.BuildTools.MSIX new packaging tools are available that are decoupled from Windows App SDK and support arbitrary project types. This support is not official yet and there are still some bugs: microsoft/WindowsAppSDK#4932

Despite the limitations I consider the new package a viable alternative to Windows Application Packaging Project or custom scripts calling MakeAppx.exe manually. It should be included in these docs with instructions how to set it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant