fm.Mvvm.Wpf 8.1.0

dotnet add package fm.Mvvm.Wpf --version 8.1.0                
NuGet\Install-Package fm.Mvvm.Wpf -Version 8.1.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="fm.Mvvm.Wpf" Version="8.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add fm.Mvvm.Wpf --version 8.1.0                
#r "nuget: fm.Mvvm.Wpf, 8.1.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 fm.Mvvm.Wpf as a Cake Addin
#addin nuget:?package=fm.Mvvm.Wpf&version=8.1.0

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

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. 
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.0 59 2/4/2025
8.0.0 112 11/15/2024
7.0.1 113 7/19/2024
7.0.0 148 3/27/2024
6.0.1 233 7/25/2023
6.0.0 285 3/5/2023
5.3.2 464 10/13/2022
5.3.1 504 5/5/2022
5.3.0 446 11/11/2021
5.2.0 402 8/12/2021
5.1.0 472 7/9/2021
5.0.0 870 11/17/2020
4.2.0 1,243 1/4/2020
4.1.0 935 11/11/2019
4.0.0 597 9/4/2019
3.1.0 1,478 2/26/2018
3.0.0 1,963 10/9/2017
2.3.3 1,595 3/3/2017

Added INavigationAware.OnNavigatingFrom()