This extension allows you to read configuration from different sources on different environments, you might need to read config from appsettings.json directly on your local while you need to read same data from environment variable or volume mount in QA/Prod.
Info
Version: | 1.0.0 |
Author(s): | Zubeyir OZTURK |
Last Update: | Monday, January 11, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ConfigurationNET |
Install
Install-Package ConfigurationNET
dotnet add package ConfigurationNET
paket add ConfigurationNET
ConfigurationNET Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.SpaServices(>= 3.1.10)
- Microsoft.Extensions.Configuration(>= 5.0.0)
- Microsoft.Extensions.Configuration.Json(>= 5.0.0)
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)