TommasoScalici.MVVMExtensions
1.0.1.3
See the version list below for details.
dotnet add package TommasoScalici.MVVMExtensions --version 1.0.1.3
NuGet\Install-Package TommasoScalici.MVVMExtensions -Version 1.0.1.3
<PackageReference Include="TommasoScalici.MVVMExtensions" Version="1.0.1.3" />
paket add TommasoScalici.MVVMExtensions --version 1.0.1.3
#r "nuget: TommasoScalici.MVVMExtensions, 1.0.1.3"
// Install TommasoScalici.MVVMExtensions as a Cake Addin #addin nuget:?package=TommasoScalici.MVVMExtensions&version=1.0.1.3 // Install TommasoScalici.MVVMExtensions as a Cake Tool #tool nuget:?package=TommasoScalici.MVVMExtensions&version=1.0.1.3
This package contains some helper classes for MVVM pattern.
- ObservableObject and ObservableTask (wrapper of Task but more MVVM-friendly).
- Standard RelayCommand and RelayCommand<T>.
- AsyncCommand, AsyncCommand<TResult> and AsyncCommand<TParameter, TResult> for asynchronous Commands that take Tasks as execute action.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NETPlatform | dotnet is compatible. |
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.
Updated to support UWP (10586).
Added Read/Write model for property notification that don't require the use of a filed as a backing store.