RockLib.Secrets
1.0.2
Prefix Reserved
See the version list below for details.
dotnet add package RockLib.Secrets --version 1.0.2
NuGet\Install-Package RockLib.Secrets -Version 1.0.2
<PackageReference Include="RockLib.Secrets" Version="1.0.2" />
paket add RockLib.Secrets --version 1.0.2
#r "nuget: RockLib.Secrets, 1.0.2"
// Install RockLib.Secrets as a Cake Addin #addin nuget:?package=RockLib.Secrets&version=1.0.2 // Install RockLib.Secrets as a Cake Tool #tool nuget:?package=RockLib.Secrets&version=1.0.2
A simple secrets abstraction that can be applied to a ConfigurationBuilder.
This package was built from the source code at https://github.com/RockLib/RockLib.Secrets/tree/3397538cf4ef3aefad2c4f94ec3b75b6e216fb73
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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | 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 | 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
- RockLib.Configuration (>= 2.4.1)
- RockLib.Configuration.ObjectFactory (>= 1.6.1)
-
.NETFramework 4.6.2
- RockLib.Configuration (>= 2.4.1)
- RockLib.Configuration.ObjectFactory (>= 1.6.1)
-
.NETStandard 2.0
- RockLib.Configuration (>= 2.4.1)
- RockLib.Configuration.ObjectFactory (>= 1.6.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RockLib.Secrets:
Package | Downloads |
---|---|
RockLib.Secrets.Aws
An Aws implementation of the ISecretsProvider. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 164 | 7/19/2024 |
4.0.0 | 461 | 3/12/2024 |
4.0.0-alpha.1 | 62 | 3/12/2024 |
3.0.1 | 2,325 | 7/18/2022 |
3.0.0 | 1,254 | 4/12/2022 |
2.0.6 | 58,153 | 8/13/2021 |
2.0.5 | 2,331 | 5/6/2021 |
2.0.4 | 506 | 4/22/2021 |
2.0.3 | 604 | 2/12/2021 |
2.0.2 | 13,916 | 8/14/2020 |
2.0.1 | 887 | 7/30/2020 |
2.0.0 | 765 | 6/18/2020 |
1.0.2 | 5,562 | 2/13/2020 |
1.0.1 | 857 | 4/3/2019 |
1.0.0 | 878 | 12/11/2018 |
1.0.0-alpha02 | 892 | 9/21/2018 |
RockLib.Secrets version 1.0.2
The parameterless overload of the AddRockLibSecrets extension method throws an exception if the configuration does not define a secrets provider in the RockLib_Secrets / RockLib.Secrets composite configuration section or if a secrets provider cannot be created due to invalid configuration.