MichelMichels.Mvvm.Core
8.0.0
Prefix Reserved
dotnet add package MichelMichels.Mvvm.Core --version 8.0.0
NuGet\Install-Package MichelMichels.Mvvm.Core -Version 8.0.0
<PackageReference Include="MichelMichels.Mvvm.Core" Version="8.0.0" />
paket add MichelMichels.Mvvm.Core --version 8.0.0
#r "nuget: MichelMichels.Mvvm.Core, 8.0.0"
// Install MichelMichels.Mvvm.Core as a Cake Addin #addin nuget:?package=MichelMichels.Mvvm.Core&version=8.0.0 // Install MichelMichels.Mvvm.Core as a Cake Tool #tool nuget:?package=MichelMichels.Mvvm.Core&version=8.0.0
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 interfaceIViewModelBase
MichelMichels.Mvvm
: Contains the implementationViewModelBase
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 |
|
MichelMichels.Mvvm.Wpf |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- CommunityToolkit.Mvvm (>= 8.4.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MichelMichels.Mvvm.Core:
Package | Downloads |
---|---|
MichelMichels.Mvvm
Boilerplate classes for MVVM |
|
MichelMichels.Mvvm.Wpf
Boilerplate classes for MVVM in WPF |
|
MichelMichels.Mvvm.Maui
Boilerplate classes for MVVM in MAUI |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.0 | 103 | 3/2/2025 |