DotNet.MultiSourceConfiguration
0.1.0
See the version list below for details.
dotnet add package DotNet.MultiSourceConfiguration --version 0.1.0
NuGet\Install-Package DotNet.MultiSourceConfiguration -Version 0.1.0
<PackageReference Include="DotNet.MultiSourceConfiguration" Version="0.1.0" />
paket add DotNet.MultiSourceConfiguration --version 0.1.0
#r "nuget: DotNet.MultiSourceConfiguration, 0.1.0"
// Install DotNet.MultiSourceConfiguration as a Cake Addin #addin nuget:?package=DotNet.MultiSourceConfiguration&version=0.1.0 // Install DotNet.MultiSourceConfiguration as a Cake Tool #tool nuget:?package=DotNet.MultiSourceConfiguration&version=0.1.0
Library for reading configuration from multiple sources in .NET. Current sources are app settings file, environment variables and command line. It is also possible to implement your own configuration sources (like database, consul, etcd, etc.)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DotNet.MultiSourceConfiguration:
Package | Downloads |
---|---|
DotNet.MultiSourceConfiguration.Zookeeper
Zookeeper configuration source for the DotNet.MultiSourceConfiguration library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.0 | 4,648 | 10/8/2019 |
0.7.3 | 575 | 7/2/2019 |
0.7.2 | 578 | 5/28/2019 |
0.7.1 | 694 | 2/1/2019 |
0.7.0 | 1,447 | 11/17/2017 |
0.6.0 | 884 | 11/16/2017 |
0.5.0 | 1,205 | 11/14/2017 |
0.4.1 | 1,926 | 11/2/2017 |
0.4.0 | 1,715 | 7/26/2017 |
0.3.3 | 1,095 | 6/13/2017 |
0.3.2 | 946 | 6/12/2017 |
0.3.1 | 915 | 5/12/2017 |
0.3.0 | 954 | 3/28/2017 |
0.2.1 | 923 | 3/23/2017 |
0.2.0 | 895 | 3/23/2017 |
0.1.1 | 969 | 3/22/2017 |
0.1.0 | 1,704 | 3/22/2017 |
First version of the library. Already supported sources are in memory properties, command line arguments, environment variables and app settings file. Supported data types are string, string[], int and int[].