MVVMExtensions 1.0.0.8
dotnet add package MVVMExtensions --version 1.0.0.8
NuGet\Install-Package MVVMExtensions -Version 1.0.0.8
<PackageReference Include="MVVMExtensions" Version="1.0.0.8" />
paket add MVVMExtensions --version 1.0.0.8
#r "nuget: MVVMExtensions, 1.0.0.8"
// Install MVVMExtensions as a Cake Addin #addin nuget:?package=MVVMExtensions&version=1.0.0.8 // Install MVVMExtensions as a Cake Tool #tool nuget:?package=MVVMExtensions&version=1.0.0.8
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. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added useful converters that can be found in the MVVMExtensions.Universal assembly, in the TommasoScalici.MVVMExtensions.Universal.Converters namespace.
The converters added are:
- BitmapImageConverter
- BooleanNegationConverter
- BooleanToOpacityConverter
- BooleanToVisibilityConverter
- ColorToBrushConverter
- DateTimeToLocalizedStringConverter
- NullToBooleanConverter
- ResourceStringConverter