Environment Config is a dead simple somewhat opinionated .NET library that allows you to pull configuration from environment variables and fall back to web.config/app.config using ConfigurationManager.
Info
| Version: | 0.0.6 |
| Author(s): | Bryce Bedwell |
| Last Update: | Monday, August 22, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/bbedwell/EnvironmentConfig |
| NuGet Url: | https://www.nuget.org/packages/EnvironmentConfig |
Install
Install-Package EnvironmentConfig
dotnet add package EnvironmentConfig
paket add EnvironmentConfig
EnvironmentConfig Download (Unzip the "nupkg" after downloading)