MichelMichels.Mvvm.Wpf 8.0.0

Prefix Reserved
dotnet add package MichelMichels.Mvvm.Wpf --version 8.0.0                
NuGet\Install-Package MichelMichels.Mvvm.Wpf -Version 8.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MichelMichels.Mvvm.Wpf" Version="8.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MichelMichels.Mvvm.Wpf --version 8.0.0                
#r "nuget: MichelMichels.Mvvm.Wpf, 8.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MichelMichels.Mvvm.Wpf as a Cake Addin
#addin nuget:?package=MichelMichels.Mvvm.Wpf&version=8.0.0

// Install MichelMichels.Mvvm.Wpf as a Cake Tool
#tool nuget:?package=MichelMichels.Mvvm.Wpf&version=8.0.0                

MichelMichels.Mvvm build and test

MichelMichels.Mvvm

C# .NET library with MVVM boilerplate classes for ViewModels and Views on multiple platforms.

Getting Started

This library is fully dependent on CommunityToolkit.Mvvm. It aims to be an easy drop in to connect events from Views to your ViewModels without doing the wire-up yourself.

The library is split into 2 core assemblies:

  • MichelMichels.Mvvm.Core: Contains the interface IViewModelBase
  • MichelMichels.Mvvm: Contains the implementation ViewModelBase

If you want to do the wire-up yourself, all you need to know is the IViewModelBase interface:

IAsyncRelayCommand LoadedCommand { get; }
IAsyncRelayCommand AppearingCommand { get; }
IAsyncRelayCommand DisappearingCommand { get; }

I also provide following basic wire-ups:

Platform Nuget
MichelMichels.Mvvm.Maui Nuget
MichelMichels.Mvvm.Wpf Nuget
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 86 3/2/2025