Info
| Version: | 3.1.2 |
| Author(s): | Pavlo Glazkov |
| Last Update: | Friday, March 12, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/pglazkov/MvvmValidation |
| NuGet Url: | https://www.nuget.org/packages/MvvmValidation |
Install
Install-Package MvvmValidation
dotnet add package MvvmValidation
paket add MvvmValidation
MvvmValidation Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
It allows you to keep all your validation rules conveniently in one place. You just define a set of validation rules that need to be checked for each of the targets and later, when appropriate, it is easy to just validate a target and get the validation result back without worrying what rules need to be checked.