Skip to content
Nuvyntra Labs

Documentation

IDE extensions

Thin Visual Studio Code and Visual Studio wrappers that install Plugin.WinUI.MVVMExpress.Templates and run dotnet new.

What they are

HostCommands
Visual Studio CodeWinUI MVVMExpress: Create New App, WinUI MVVMExpress: Add Page
Visual Studio 2022+Tools → WinUI MVVMExpress → Create New App…, Add Page…

After the template pack is installed, Visual Studio File → New → Project lists MVVMExpress WinUI App. Add → New Item lists MVVMExpress WinUI Page.

Install from Marketplace

Install the WinUI 3 listings:

Visual Studio Code: WinUI 3 MVVMExpress on the Marketplace

Visual Studio 2022+: WinUI 3 MVVMExpress on the Marketplace

In the editor: Extensions → search WinUI 3 MVVMExpress → Install. Then WinUI MVVMExpress: Create New App / Add Page (VS Code) or Tools → WinUI 3 MVVMExpress (Visual Studio).

CLI (no extension)

dotnet new install Plugin.WinUI.MVVMExpress.Templates
dotnet new winui-mvvmexpress -n MyApp
dotnet new winui-mvvmexpress-page -n Catalog --namespace MyApp

Packed templates: Project template

Product-repo details: extensions/README.md

Discussion

Comment on Plugin.WinUI.MVVMExpress. The thread lives on this component's GitHub repository (nuvyntralabs/Plugin.WinUI.MVVMExpress). Sign in with GitHub — Giscus uses Discussions, Utterances uses Issues.