fm.Mvvm.Wpf
4.0.0
See the version list below for details.
dotnet add package fm.Mvvm.Wpf --version 4.0.0
NuGet\Install-Package fm.Mvvm.Wpf -Version 4.0.0
<PackageReference Include="fm.Mvvm.Wpf" Version="4.0.0" />
paket add fm.Mvvm.Wpf --version 4.0.0
#r "nuget: fm.Mvvm.Wpf, 4.0.0"
// Install fm.Mvvm.Wpf as a Cake Addin #addin nuget:?package=fm.Mvvm.Wpf&version=4.0.0 // Install fm.Mvvm.Wpf as a Cake Tool #tool nuget:?package=fm.Mvvm.Wpf&version=4.0.0
A consequent take on the MVVM pattern without any compromises.
Commonly Used Types:
ComparableComparer
DependencyViewModel
ScopedNavigationService
RelayCredentialModel
RelayCommand
RedirectCommand
Product | Versions 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. |
-
.NETFramework 4.6.1
- fm.Core (>= 2.0.0)
- fm.Extensions.Common (>= 3.1.0)
- fm.Extensions.Logging (>= 4.0.0)
- fm.Extensions.SecureString (>= 2.0.0)
- fm.Extensions.Wpf (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.2.0)
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 | 72 | 2/4/2025 |
8.0.0 | 112 | 11/15/2024 |
7.0.1 | 115 | 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 |
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.
NEW: Added IsSaving and IDisposable to DependencyViewModel
NEW: IDirectionalComparer, IColumnGenerator, ISelectionAnalyzer to use in combination with DataGridExtensions and DataGridColumnExtensions