fm.Mvvm.Wpf 8.1.1

dotnet add package fm.Mvvm.Wpf --version 8.1.1
                    
NuGet\Install-Package fm.Mvvm.Wpf -Version 8.1.1
                    
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="fm.Mvvm.Wpf" Version="8.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="fm.Mvvm.Wpf" Version="8.1.1" />
                    
Directory.Packages.props
<PackageReference Include="fm.Mvvm.Wpf" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add fm.Mvvm.Wpf --version 8.1.1
                    
#r "nuget: fm.Mvvm.Wpf, 8.1.1"
                    
#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.
#:package fm.Mvvm.Wpf@8.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=fm.Mvvm.Wpf&version=8.1.1
                    
Install as a Cake Addin
#tool nuget:?package=fm.Mvvm.Wpf&version=8.1.1
                    
Install as a Cake Tool

A consequent take on the MVVM pattern without any compromises.

Commonly Used Types
  • ComparableComparer
  • DependencyViewModel
  • ScopedNavigationService
  • RelayCredentialModel
  • RelayCommand
  • RedirectCommand
Product Compatible and additional computed target framework versions.
.NET net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on fm.Mvvm.Wpf:

Package Downloads
fm.Windows.Controls.Wpf

Contains various WPF controls.

fm.Mvvm.Filter.Wpf

A MVVM filtering framework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.1.1 175 5/7/2025
8.1.0 125 2/4/2025
8.0.0 141 11/15/2024
7.0.1 144 7/19/2024
7.0.0 166 3/27/2024
6.0.1 272 7/25/2023
6.0.0 339 3/5/2023
5.3.2 523 10/13/2022
5.3.1 583 5/5/2022
5.3.0 523 11/11/2021
5.2.0 479 8/12/2021
5.1.0 549 7/9/2021
5.0.0 975 11/17/2020
4.2.0 1,357 1/4/2020
4.1.0 1,036 11/11/2019
4.0.0 707 9/4/2019
3.1.0 1,819 2/26/2018
3.0.0 2,195 10/9/2017
2.3.3 1,948 3/3/2017

- Added INavigationAware.OnNavigatingFrom()
- Remove redundant references