ShivaMvvm 0.1.8
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ShivaMvvm --version 0.1.8
NuGet\Install-Package ShivaMvvm -Version 0.1.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShivaMvvm" Version="0.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ShivaMvvm" Version="0.1.8" />
<PackageReference Include="ShivaMvvm" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ShivaMvvm --version 0.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ShivaMvvm, 0.1.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ShivaMvvm@0.1.8
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ShivaMvvm&version=0.1.8
#tool nuget:?package=ShivaMvvm&version=0.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Helper classes to make ViewModels less verbose. It provides a generic ViewModel class that automatically implements INotifyPropertyChanged, IEditableObject and INotifyDataErrorInfo for the wrapped object using Dynamic Proxy method. This class also facilitates configuring validation against some rules using a configuration class with fluent syntax. Find out more at the project website.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Dynamitey (>= 1.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.1.8.3 | 1,785 | 9/14/2015 |
0.1.8.2 | 1,325 | 6/23/2015 |
0.1.8.1 | 1,274 | 6/23/2015 |
0.1.8 | 1,263 | 6/23/2015 |
0.1.7 | 1,550 | 5/30/2015 |
0.1.6.2 | 1,712 | 3/2/2015 |
0.1.6.1 | 1,313 | 2/7/2015 |
0.1.6 | 1,295 | 2/7/2015 |
0.1.3.2 | 1,291 | 1/14/2015 |
0.1.3.1 | 1,373 | 1/14/2015 |
0.1.2 | 1,638 | 12/18/2014 |
0.1.1 | 1,416 | 11/25/2014 |
Bug fixes.