fm.Mvvm.Wpf 4.0.0-preview1

This is a prerelease version of fm.Mvvm.Wpf.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package fm.Mvvm.Wpf --version 4.0.0-preview1
NuGet\Install-Package fm.Mvvm.Wpf -Version 4.0.0-preview1
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="4.0.0-preview1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add fm.Mvvm.Wpf --version 4.0.0-preview1
#r "nuget: fm.Mvvm.Wpf, 4.0.0-preview1"
#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=4.0.0-preview1&prerelease

// Install fm.Mvvm.Wpf as a Cake Tool
#tool nuget:?package=fm.Mvvm.Wpf&version=4.0.0-preview1&prerelease

A consequent take on the MVVM pattern without any compromises.

Commonly Used Types:
DependencyViewModel
ScopedNavigationService
RelayCredentialModel
RelayCommand
RedirectCommand

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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
7.0.0 43 3/27/2024
6.0.1 194 7/25/2023
6.0.0 246 3/5/2023
5.3.2 424 10/13/2022
5.3.1 468 5/5/2022
5.3.0 407 11/11/2021
5.2.0 362 8/12/2021
5.1.0 434 7/9/2021
5.0.0 812 11/17/2020
4.2.0 1,176 1/4/2020
4.1.0 875 11/11/2019
4.0.0 561 9/4/2019
3.1.0 1,393 2/26/2018
3.0.0 1,862 10/9/2017
2.3.3 1,523 3/3/2017

BREAKING CHANGE: ScopedNavigationService has a different constructor.
BREAKING CHANGE: ScopedNavigationService is no longer an IServiceProvider.
NEW: Context object is now stored within the history and restored when navigating backwards.
NEW: Exceptions during view creation are now logged.
CHANGE: Navigation events during view creation are now properly handled and the resulting view is the most recent navigation instead of the first.