The ConfigurEngine package provides a handful of simple extension methods to improve ASP.NET Core's default configuration infrastructure.
Info
Version: | 0.2.0 |
Author(s): | achapman |
Last Update: | Saturday, October 31, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DevelopEngine/ConfigurEngine |
NuGet Url: | https://www.nuget.org/packages/ConfigurEngine |
Install
Install-Package ConfigurEngine
dotnet add package ConfigurEngine
paket add ConfigurEngine
ConfigurEngine Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration.CommandLine(>= 3.1.9)
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 3.1.9)
- Microsoft.Extensions.Configuration.Json(>= 3.1.9)
- Microsoft.Extensions.Hosting(>= 3.1.9)
- NetEscapades.Configuration.Yaml(>= 2.0.1)
Tags