Registers config classes as IOptions<T> and performs validation based on attributes from System.ComponentModel.DataAnnotations and provided validator from FluentValidation nuget package.
Info
Version: | 1.0.0 |
Author(s): | Dmitry Semenov |
Last Update: | Saturday, November 3, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/ittennull/configuration.eagerfluentvalidation |
NuGet Url: | https://www.nuget.org/packages/Configuration.EagerFluentValidation |
Install
Install-Package Configuration.EagerFluentValidation
dotnet add package Configuration.EagerFluentValidation
paket add Configuration.EagerFluentValidation
Configuration.EagerFluentValidation Download (Unzip the "nupkg" after downloading)
Dependencies
- Configuration.EagerValidation(>= 1.0.0)
- FluentValidation(>= 8.0.100)
Tags