This library can be used to ad an extension method to IConfigurationBuilder to generate configuration object from Json files on the basis on active profiles set in environment variable APPLICATION_ACTIVE_PROFILES.
Info
Version: | 2.0.0 |
Author(s): | pkg01 |
Last Update: | Thursday, August 8, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ActiveProfileJsonConfiguration |
Install
Install-Package ActiveProfileJsonConfiguration
dotnet add package ActiveProfileJsonConfiguration
paket add ActiveProfileJsonConfiguration
ActiveProfileJsonConfiguration Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 2.2.0)
- Microsoft.Extensions.Configuration.Json(>= 2.2.0)
Tags