Rx.Net.Plus.Json 1.0.0

dotnet add package Rx.Net.Plus.Json --version 1.0.0
NuGet\Install-Package Rx.Net.Plus.Json -Version 1.0.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="Rx.Net.Plus.Json" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rx.Net.Plus.Json --version 1.0.0
#r "nuget: Rx.Net.Plus.Json, 1.0.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 Rx.Net.Plus.Json as a Cake Addin
#addin nuget:?package=Rx.Net.Plus.Json&version=1.0.0

// Install Rx.Net.Plus.Json as a Cake Tool
#tool nuget:?package=Rx.Net.Plus.Json&version=1.0.0

Rx.Net.Plus

ReactiveX gains popularity and is widely used in several platforms and languages.

If you have used Rx.Net (System.Reactive), you probably already wished to transform regular variable (like int, bool ) to become reactive.

What do we mean?

We would like to:

  1. React whenever variables change
  2. Connect variables to observable sources
  3. Not receive notification if same data is set again and again
  4. Continue to use these variables as before. Compare them to values, convert them...

Rx.Net.Plus is a small but smart library which introduces two new types for this purpose (+ several extension methods):

Type Purpose
RxVar replace regular variables (like int, bool...)
RxProperty to replace view-model properties (NotifyPropertyChanged pattern)

For further information and examples, refer to Readme file in github.

Contact us !

For any comment, suggestion...please contact us at reactivesw@outlook.com

alternate text is missing from this package README image

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.0 1,955 9/4/2018

First release