RockLib.Configuration
2.2.0
Prefix Reserved
See the version list below for details.
dotnet add package RockLib.Configuration --version 2.2.0
NuGet\Install-Package RockLib.Configuration -Version 2.2.0
<PackageReference Include="RockLib.Configuration" Version="2.2.0" />
paket add RockLib.Configuration --version 2.2.0
#r "nuget: RockLib.Configuration, 2.2.0"
// Install RockLib.Configuration as a Cake Addin #addin nuget:?package=RockLib.Configuration&version=2.2.0 // Install RockLib.Configuration as a Cake Tool #tool nuget:?package=RockLib.Configuration&version=2.2.0
Provides a central location for an instance of IConfigurationRoot to be used as the "default" configuration by .NET Standard libraries and .NET Core applications. Replaces some of the functionality of the .NET Framework System.Configuration.ConfigurationManager class.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.1
- Microsoft.Extensions.Configuration (>= 1.1.2)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 1.1.2)
- Microsoft.Extensions.Configuration.Json (>= 1.1.2)
- RockLib.Immutable (>= 1.0.0)
-
.NETFramework 4.6.2
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 2.0.0)
- Microsoft.Extensions.Configuration.Json (>= 2.0.0)
- RockLib.Immutable (>= 1.0.0)
-
.NETStandard 1.6
- Microsoft.Extensions.Configuration (>= 1.1.2)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 1.1.2)
- Microsoft.Extensions.Configuration.Json (>= 1.1.2)
- NETStandard.Library (>= 1.6.1)
- RockLib.Immutable (>= 1.0.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 2.0.0)
- Microsoft.Extensions.Configuration.Json (>= 2.0.0)
- RockLib.Immutable (>= 1.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.HealthChecks
An implementation of the draft health check RFC located at https://inadarei.github.io/rfc-healthcheck/. |
|
RockLib.Encryption
An easy-to-use crypto API. |
|
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 |
---|---|---|
4.0.3 | 1,448 | 10/14/2024 |
4.0.2 | 116 | 10/10/2024 |
4.0.1 | 20,306 | 7/12/2024 |
4.0.1-alpha.1 | 51 | 7/12/2024 |
4.0.0 | 32,322 | 2/14/2024 |
4.0.0-alpha.1 | 154 | 12/14/2023 |
3.1.0 | 12,321 | 3/24/2023 |
3.1.0-alpha.1 | 129 | 3/21/2023 |
3.0.0 | 287,827 | 2/10/2022 |
2.5.3 | 582,824 | 8/11/2021 |
2.5.2 | 237,895 | 5/6/2021 |
2.5.1 | 242,904 | 2/12/2021 |
2.5.0 | 71,057 | 11/18/2020 |
2.4.4 | 463,578 | 8/14/2020 |
2.4.3 | 103,509 | 7/30/2020 |
2.4.2 | 600 | 7/30/2020 |
2.4.1 | 1,249,148 | 4/1/2019 |
2.4.0 | 731 | 3/28/2019 |
2.3.1 | 47,942 | 11/15/2018 |
2.3.0 | 23,669 | 10/18/2018 |
2.2.1 | 949 | 10/10/2018 |
2.2.0 | 171,495 | 9/26/2018 |
2.1.0 | 136,331 | 8/22/2018 |
2.0.0 | 214,360 | 2/28/2018 |
1.0.0 | 4,457 | 11/18/2017 |
RockLib.Configuration version 2.2.0
Adds support for RockLib.Secrets without a hard dependency
Adds .SetConfigRoot extension for IConfigurationBuilder