MVVMExtensions 1.0.0.7
See the version list below for details.
dotnet add package MVVMExtensions --version 1.0.0.7
NuGet\Install-Package MVVMExtensions -Version 1.0.0.7
<PackageReference Include="MVVMExtensions" Version="1.0.0.7" />
<PackageVersion Include="MVVMExtensions" Version="1.0.0.7" />
<PackageReference Include="MVVMExtensions" />
paket add MVVMExtensions --version 1.0.0.7
#r "nuget: MVVMExtensions, 1.0.0.7"
#:package MVVMExtensions@1.0.0.7
#addin nuget:?package=MVVMExtensions&version=1.0.0.7
#tool nuget:?package=MVVMExtensions&version=1.0.0.7
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 StringValueAttribute and EnumExtensions.
(Release 1.0.0.7 fixes the StringValueAttribute AttributeTargets, now usable for enums' fields).
This provide the ability to add additional string description to enum values and the retrieve them thorugh the static method. Useful for localization/serialization purposes.