Helper for adding configuration sources in the following order: JSON files from config directory, JSON files from command line, environment variables, command line arguments.
Info
Version: | 8.2.0 |
Author(s): | CodeFuller |
Last Update: | Monday, July 17, 2023 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/CodeFuller.Library.Configuration |
Install
Install-Package CodeFuller.Library.Configuration
dotnet add package CodeFuller.Library.Configuration
paket add CodeFuller.Library.Configuration
CodeFuller.Library.Configuration Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration.Binder(>= 5.0.0)
- Microsoft.Extensions.Configuration.CommandLine(>= 5.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 5.0.0)
- Microsoft.Extensions.Configuration.Json(>= 5.0.0)
Tags