Plugin.WinUI.MVVMExpress
1.0.1
dotnet add package Plugin.WinUI.MVVMExpress --version 1.0.1
NuGet\Install-Package Plugin.WinUI.MVVMExpress -Version 1.0.1
<PackageReference Include="Plugin.WinUI.MVVMExpress" Version="1.0.1" />
<PackageVersion Include="Plugin.WinUI.MVVMExpress" Version="1.0.1" />
<PackageReference Include="Plugin.WinUI.MVVMExpress" />
paket add Plugin.WinUI.MVVMExpress --version 1.0.1
#r "nuget: Plugin.WinUI.MVVMExpress, 1.0.1"
#:package Plugin.WinUI.MVVMExpress@1.0.1
#addin nuget:?package=Plugin.WinUI.MVVMExpress&version=1.0.1
#tool nuget:?package=Plugin.WinUI.MVVMExpress&version=1.0.1
Plugin.WinUI.MVVMExpress
WinUI 3 host for MVVMExpress. Target: net10.0-windows10.0.19041.0. DI, DispatcherQueue, window context, and Loaded/Unloaded lifecycle.
Depends on Plugin.WinUI.MVVMExpress.Core.
var builder = Host.CreateApplicationBuilder();
builder.Services.UseWinUIMvvmExpress(o => o
.UseFrameNavigation((nav, _) => nav
.Map<HomeViewModel, HomePage>("home"))
.UseDialogs()
.UseAuth<LoginViewModel>());
UseWinUIMvvmExpress calls AddMvvmExpress(), replaces IMainThread with DispatcherQueueMainThread, and maps IWindowContext to WinUIWindowContext. UseFrameNavigation / UseDialogs live in the Navigation and Dialogs packages.
Install
dotnet add package Plugin.WinUI.MVVMExpress.Core
dotnet add package Plugin.WinUI.MVVMExpress
Version 1.0.1. Shared / test code can stay on Core + AddMvvmExpress() without this package.
License: MIT. Niladri Padhy / MauiEssentials.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows10.0.19041 is compatible. |
-
net10.0-windows10.0.19041
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Hosting (>= 10.0.0)
- Microsoft.WindowsAppSDK (>= 1.7.250909003)
- Plugin.WinUI.MVVMExpress.Core (>= 1.0.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Plugin.WinUI.MVVMExpress:
| Package | Downloads |
|---|---|
|
Plugin.WinUI.MVVMExpress.Dialogs
WinUIDialogs |
|
|
Plugin.WinUI.MVVMExpress.Navigation
WinUIFrameNavigator |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.1: NuGet README files use real markdown line breaks so the gallery renders.