System.Windows.Mvvm
0.2.5
See the version list below for details.
dotnet add package System.Windows.Mvvm --version 0.2.5
NuGet\Install-Package System.Windows.Mvvm -Version 0.2.5
<PackageReference Include="System.Windows.Mvvm" Version="0.2.5" />
paket add System.Windows.Mvvm --version 0.2.5
#r "nuget: System.Windows.Mvvm, 0.2.5"
// Install System.Windows.Mvvm as a Cake Addin #addin nuget:?package=System.Windows.Mvvm&version=0.2.5 // Install System.Windows.Mvvm as a Cake Tool #tool nuget:?package=System.Windows.Mvvm&version=0.2.5
The MVVM Framework is a compact and simple, yet powerful implementation of the MVVM pattern. It provides a strong model for managing the application lifecycle and the navigation. The MVVM framework decouples operation system functionality from the application logic by providing a powerful service system, which abstracts away any platform specific code from the application logic. Everything in the framework was build with the task awaitable pattern in mind, from application lifecycle management to navigation. The framework plays nice with all kinds of frameworks, for example the dependency injection mechanism build into the framework does not care what
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5.2
- EntityFramework (>= 6.1.3)
- Newtonsoft.Json (>= 8.0.2)
- reactiveui (>= 6.5.0)
- reactiveui-core (>= 6.5.0)
- Rx-Core (>= 2.2.5)
- Rx-Interfaces (>= 2.2.5)
- Rx-Linq (>= 2.2.5)
- Rx-Main (>= 2.2.5)
- Rx-PlatformServices (>= 2.2.5)
- Rx-XAML (>= 2.2.5)
- Splat (>= 1.6.2)
- System.InversionOfControl.Abstractions (>= 0.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
0.3.7 | 2,499 | 6/28/2016 | |
0.3.6 | 1,512 | 6/26/2016 | |
0.3.5 | 1,694 | 5/16/2016 | |
0.3.4 | 1,494 | 5/12/2016 | |
0.3.3 | 1,307 | 5/12/2016 | |
0.3.2 | 1,383 | 5/9/2016 | |
0.3.1 | 1,428 | 5/1/2016 | |
0.3.0 | 1,315 | 5/1/2016 | |
0.2.9 | 1,756 | 4/21/2016 | |
0.2.8 | 1,597 | 4/20/2016 | |
0.2.7 | 1,466 | 3/28/2016 | |
0.2.6 | 1,406 | 3/27/2016 | |
0.2.5 | 1,519 | 3/26/2016 | |
0.2.4 | 1,430 | 3/25/2016 | |
0.2.3 | 2,150 | 3/22/2016 | |
0.2.2 | 1,309 | 3/19/2016 | |
0.2.1 | 1,506 | 2/4/2016 | |
0.2.0 | 1,479 | 2/4/2016 | |
0.1.8 | 1,550 | 1/31/2016 | |
0.1.7 | 1,500 | 1/22/2016 | |
0.1.6 | 1,485 | 1/22/2016 | |
0.1.5 | 1,589 | 1/21/2016 | |
0.1.4 | 1,574 | 1/21/2016 | |
0.1.3 | 1,757 | 1/21/2016 | |
0.1.2 | 1,756 | 1/18/2016 | |
0.1.1 | 1,918 | 1/17/2016 | |
0.1.0 | 1,528 | 1/17/2016 |
Added two new value converters.