RockLib.Configuration
3.1.0
dotnet add package RockLib.Configuration --version 3.1.0
NuGet\Install-Package RockLib.Configuration -Version 3.1.0
<PackageReference Include="RockLib.Configuration" Version="3.1.0" />
paket add RockLib.Configuration --version 3.1.0
#r "nuget: RockLib.Configuration, 3.1.0"
// Install RockLib.Configuration as a Cake Addin
#addin nuget:?package=RockLib.Configuration&version=3.1.0
// Install RockLib.Configuration as a Cake Tool
#tool nuget:?package=RockLib.Configuration&version=3.1.0
Provides a central location for an instance of IConfigurationRoot to be used as the "default" configuration by .NET libraries and applications. Replaces some of the functionality of the .NET Framework System.Configuration.ConfigurationManager class.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.1 |
.NET Framework | net48 net481 |
-
.NETCoreApp 3.1
- Microsoft.Extensions.Configuration (>= 6.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 6.0.1)
- Microsoft.Extensions.Configuration.Json (>= 6.0.0)
- RockLib.Immutable (>= 2.0.0)
-
.NETFramework 4.8
- Microsoft.Extensions.Configuration (>= 6.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 6.0.1)
- Microsoft.Extensions.Configuration.Json (>= 6.0.0)
- RockLib.Immutable (>= 2.0.0)
-
net6.0
- Microsoft.Extensions.Configuration (>= 6.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 6.0.1)
- Microsoft.Extensions.Configuration.Json (>= 6.0.0)
- RockLib.Immutable (>= 2.0.0)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on RockLib.Configuration:
Package | Downloads |
---|---|
RockLib.Diagnostics
Makes configuring tracing easy and standardized for .NET Core, .NET Standard, and .NET Framework. |
|
RockLib.Messaging
A simple API for sending and receiving messages. |
|
RockLib.Encryption
An easy-to-use crypto API. |
|
RockLib.HealthChecks
An implementation of the draft health check RFC located at https://inadarei.github.io/rfc-healthcheck/. |
|
RockLib.Serialization
A simple serialization abstraction with To and From extensions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 74 | 3/24/2023 |
3.1.0-alpha.1 | 47 | 3/21/2023 |
3.0.0 | 52,565 | 2/10/2022 |
2.5.3 | 336,612 | 8/11/2021 |
2.5.2 | 183,473 | 5/6/2021 |
2.5.1 | 201,472 | 2/12/2021 |
2.5.0 | 65,424 | 11/18/2020 |
2.4.4 | 412,718 | 8/14/2020 |
2.4.3 | 85,316 | 7/30/2020 |
2.4.2 | 427 | 7/30/2020 |
2.4.1 | 1,140,070 | 4/1/2019 |
2.4.0 | 554 | 3/28/2019 |
2.3.1 | 41,476 | 11/15/2018 |
2.3.0 | 22,706 | 10/18/2018 |
2.2.1 | 751 | 10/10/2018 |
2.2.0 | 170,054 | 9/26/2018 |
2.1.0 | 135,685 | 8/22/2018 |
2.0.0 | 207,837 | 2/28/2018 |
1.0.0 | 3,654 | 11/18/2017 |
A changelog is available at https://github.com/RockLib/RockLib.Configuration/blob/main/RockLib.Configuration/CHANGELOG.md.