MADE.NET Data Validation comes fully loaded with all the value validators you'd expect of any validation library. Easily get up and running with data validation on value ranges, alphanumeric, email address, min/max lengths, required, regular expressions and more as well as defining your own!
$ dotnet add package MADE.Data.ValidationThe MADE.NET Data Validation library comes fully loaded with all the value validators you'd expect of any validation library. Easily get up and running with data validation on value ranges, alphanumeric, email address, min/max lengths, required, regular expressions and more as well as defining your own!
IComparable with methods for easily validating whether values are greater or less than others. Discover the extensions available for comparable objects in our documentation.DateTime values are within ranges, or whether given dates are weekdays or weekends. Find out more about validation extensions for DateTime.You can install the Data Validation library into your dotnet application by running the following command:
dotnet add package MADE.Data.Validation
Or by adding the MADE.Data.Validation package in your NuGet package manager of choice.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page. You can also take a look at the contributing guide.
We actively encourage you to jump in and help with any issues, and if you find one, don't forget to log it!
As many developers know, projects like this are built and maintained in maintainers' spare time. If you find this project useful, please Star or sponsor the repo on GitHub.
This project is made available under the terms and conditions of the MIT license.