Generates a VSIX template configured with the latest advancements to bootstrap your modern UWP app development.
Here are some of the ways this project template improves on the default UWP project template:
- WinUI 2.8 enabled
- C# 11 enabled
- File-scoped namespace enabled
- Files can have nullable enabled
- Title bar already removed (with easy way to bring back)
- Mica enabled
- Dependency injection enabled
- Go to this repo's Releases and download the latest VSIX file.
- Close all instances of Visual Studio.
- Double click on the VSIX file to start installation.
- After installation completes, open Visual Studio and start a new project.
- Search for a template called
Modern UWP Project
. - Select that option, enjoy the easy bootstrapping, and good luck with your awesome UWP project 🙂