Registers config classes as IOptions<T> and performs validation based on attributes from System.ComponentModel.DataAnnotations.
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.eagervalidation |
NuGet Url: | https://www.nuget.org/packages/Configuration.EagerValidation |
Install
Install-Package Configuration.EagerValidation
dotnet add package Configuration.EagerValidation
paket add Configuration.EagerValidation
Configuration.EagerValidation Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.1.1)
- System.ComponentModel.Annotations(>= 4.5.0)
Tags