Skip to content
Nuvyntra Labs

Documentation

IDE extensions

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

What they are

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

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

Install from Marketplace

Install the Uno Platform listings:

Visual Studio Code: Uno Platform MVVMExpress on the Marketplace

Visual Studio 2022+: Uno Platform MVVMExpress on the Marketplace

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

CLI (no extension)

dotnet new install Plugin.Uno.MVVMExpress.Templates
dotnet new uno-mvvmexpress -n MyApp
dotnet new uno-mvvmexpress-page -n Catalog --namespace MyApp

Packed templates: Project template

Product-repo details: extensions/README.md

Discussion

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