![]() |
VOOZH | about |
dotnet add package System.Windows.Mvvm --version 0.3.7
NuGet\Install-Package System.Windows.Mvvm -Version 0.3.7
<PackageReference Include="System.Windows.Mvvm" Version="0.3.7" />
<PackageVersion Include="System.Windows.Mvvm" Version="0.3.7" />Directory.Packages.props
<PackageReference Include="System.Windows.Mvvm" />Project file
paket add System.Windows.Mvvm --version 0.3.7
#r "nuget: System.Windows.Mvvm, 0.3.7"
#:package System.Windows.Mvvm@0.3.7
#addin nuget:?package=System.Windows.Mvvm&version=0.3.7Install as a Cake Addin
#tool nuget:?package=System.Windows.Mvvm&version=0.3.7Install as a Cake Tool
The MVVM Framework is a compact and simple, yet powerful implementation of the MVVM pattern for WPF. 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 net452 is compatible. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
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.