ConsulRx 1.0.2

.NET Standard 1.4
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package ConsulRx --version 1.0.2
NuGet\Install-Package ConsulRx -Version 1.0.2
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" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConsulRx --version 1.0.2
#r "nuget: ConsulRx, 1.0.2"
#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 as a Cake Addin
#addin nuget:?package=ConsulRx&version=1.0.2

// Install ConsulRx as a Cake Tool
#tool nuget:?package=ConsulRx&version=1.0.2

A library for consuming consul values in a continuous stream using the Reactive
   Extensions

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 netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ConsulRx:

Package Downloads
ConsulRx.Configuration

Provides a configuration source that pulls values from Consul's Service Catalog and KV Store.

ConsulRx.Templating

.NET API for executing templates that plug into Consul values and automatically update when consul values change.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0-beta02 104 10/10/2022
1.2.0-beta01 76 10/10/2022
1.0.2 1,863 12/3/2019
1.0.2-beta03 339 10/29/2019
1.0.2-beta02 626 4/22/2019
1.0.2-beta01 625 11/10/2018
1.0.1 6,461 9/11/2018
1.0.1-beta01 688 9/11/2018
1.0.0 6,131 3/12/2018
1.0.0-rc5 1,086 2/1/2018
1.0.0-rc4 908 1/11/2018
1.0.0-rc3 885 1/9/2018
1.0.0-rc2 924 12/20/2017
1.0.0-rc1 787 10/30/2017
1.0.0-beta06 846 9/28/2017
1.0.0-beta05 804 9/28/2017
1.0.0-beta04 767 9/25/2017
1.0.0-beta03 759 6/2/2017
1.0.0-beta02 829 6/1/2017
1.0.0-beta01 1,004 5/28/2017

Fixed an issue where a missing key would report as having an empty string value instead of missing/null.