Info
Version: | 5.1.0 |
Author(s): | Dario Quintana, Fabio Maulo, Gustavo Ringel, NHibernate community |
Last Update: | Monday, April 2, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nhibernate/nhibernate-validator |
NuGet Url: | https://www.nuget.org/packages/NHibernate.Validator |
Install
Install-Package NHibernate.Validator
dotnet add package NHibernate.Validator
paket add NHibernate.Validator
NHibernate.Validator Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Iesi.Collections(>= 4.0.4)
- NHibernate(>= 5.1.0)
- Iesi.Collections(>= 4.0.2)
- NHibernate(>= 5.0.0)
Tags
Born as a port of Hibernate Validator 3.0.0 project at december of 2007. Later on, many improvements and changes were made to the Core and API, and now we can say that NHibernate Validator is more than just a port.
NHibernate Validator is entirely written in C#. The first release of NHibernate Validator was entirely developed by Dario Quintana, Gustavo Ringel and Fabio Maulo.