Nancy.Validation.DataAnnotations.Extensions
.NET 4.5 Data Annotation support for Nancy
Install / Use
/learn @xt0rted/Nancy.Validation.DataAnnotations.ExtensionsREADME
Nancy.Validation.DataAnnotations.Extensions
This project adds support to Nancy.Validation.DataAnnotations for the following .NET 4.5 attributes.
- CompareAttribute
- CreditCardAttribute
- EmailAddressAttribute
- EnumDataTypeAttribute
- FileExtensionsAttribute
- MaxLengthAttribute
- MinLengthAttribute
- PhoneAttribute
- UrlAttribute
Using
Install via NuGet Install-Package Nancy.Validation.DataAnnotations.Extensions
By default Nancy will load and register all IDataAnnotationsValidatorAdapter instances. Unless you've changed how these get loaded there's nothing to configure.
Release
- Tag the most recent commit
- Bump the version number in
SharedAssemblyInfo.cs
Copyright and license
Copyright (c) 2017 Brian Surowiec under the MIT License.
