Info
Version: | 4.0.0 |
Author(s): | Christos Giamouridis |
Last Update: | Saturday, April 24, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/chr1st0scli/Rainsoft.Validations |
NuGet Url: | https://www.nuget.org/packages/Rainsoft.Validations |
Install
Install-Package Rainsoft.Validations
dotnet add package Rainsoft.Validations
paket add Rainsoft.Validations
Rainsoft.Validations Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
You can easily validate instances of your classes or any values, whether it be method parameters or anything else. It can also be used for validating user input or writing tests.
You may combine different validations at runtime using decorators to validate individual values.
It also allows you to expressibly validate instances of your classes, either in source code or declaratively using attributes on class data members.