Windows.Mvvm
0.3.7
dotnet add package Windows.Mvvm --version 0.3.7
NuGet\Install-Package Windows.Mvvm -Version 0.3.7
<PackageReference Include="Windows.Mvvm" Version="0.3.7" />
paket add Windows.Mvvm --version 0.3.7
#r "nuget: Windows.Mvvm, 0.3.7"
// Install Windows.Mvvm as a Cake Addin #addin nuget:?package=Windows.Mvvm&version=0.3.7 // Install Windows.Mvvm as a Cake Tool #tool nuget:?package=Windows.Mvvm&version=0.3.7
The MVVM Framework is a compact and simple, yet powerful implementation of the MVVM pattern for UWP. 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. |
---|---|
Universal Windows Platform | netcore50 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Now there is a boolean IsExecuting property in the reactive commands in addition to an observable. Also updated all NuGet packages to their latest versions.