ConsulRx.Configuration
1.1.0
.NET Standard 2.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ConsulRx.Configuration --version 1.1.0
NuGet\Install-Package ConsulRx.Configuration -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ConsulRx.Configuration" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConsulRx.Configuration --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ConsulRx.Configuration, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ConsulRx.Configuration as a Cake Addin
#addin nuget:?package=ConsulRx.Configuration&version=1.1.0
// Install ConsulRx.Configuration as a Cake Tool
#tool nuget:?package=ConsulRx.Configuration&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Provides a configuration source that pulls values from Consul's Service Catalog and KV
Store.
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 | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- ConsulRx (>= 1.0.2)
- Microsoft.Extensions.Configuration (>= 2.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0-beta02 | 68 | 10/10/2022 |
1.2.0-beta01 | 66 | 10/10/2022 |
1.1.0 | 558 | 3/29/2022 |
1.1.0-beta02 | 105 | 3/16/2022 |
1.1.0-beta01 | 280 | 9/21/2020 |
1.0.3 | 1,243 | 12/3/2019 |
1.0.3-beta02 | 508 | 4/22/2019 |
1.0.3-beta01 | 522 | 11/10/2018 |
1.0.2 | 6,145 | 9/11/2018 |
1.0.2-beta03 | 595 | 9/11/2018 |
1.0.1 | 1,023 | 9/6/2018 |
1.0.0 | 5,237 | 3/12/2018 |
1.0.0-rc5 | 964 | 2/1/2018 |
1.0.0-rc4 | 753 | 1/11/2018 |
1.0.0-rc3 | 814 | 1/9/2018 |
1.0.0-rc2 | 829 | 12/20/2017 |
1.0.0-rc1 | 747 | 10/30/2017 |
1.0.0-beta06 | 686 | 9/28/2017 |
1.0.0-beta05 | 706 | 9/28/2017 |
1.0.0-beta04 | 646 | 9/25/2017 |
1.0.0-beta03 | 750 | 6/2/2017 |
1.0.0-beta02 | 779 | 6/1/2017 |
1.0.0-beta01 | 748 | 5/28/2017 |
- Removed file system caching by default as it does not play well in a serverless environment and is not really useful in a containerized one either. It can still be opted into.
- Started targeting netstandard2.0.
- Added a IConfigTypeConverter, which can be used to customize how a consul key is mapped to the config store.