Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 2.21 KB

File metadata and controls

35 lines (22 loc) · 2.21 KB

Nancy.Validation.DataAnnotations.Extensions

Build Status NuGet Status MyGet Status

This project adds support to Nancy.Validation.DataAnnotations for the following .NET 4.5 attributes.

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

  1. Tag the most recent commit
  2. Bump the version number in SharedAssemblyInfo.cs

Copyright and license

Copyright (c) 2017 Brian Surowiec under the MIT License.