Rx.Net.Plus 1.1.5

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

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

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 net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Rx.Net.Plus:

Package Downloads
Rx.Net.Plus.Json

Extension to Rx.Net.Plus to support Json flat serialization

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.15 2,965 11/9/2020
1.1.14 434 11/5/2020
1.1.13 1,265 6/16/2020
1.1.12 1,722 10/10/2019
1.1.11 546 10/3/2019
1.1.10 7,945 8/1/2019
1.1.9 2,105 9/16/2018
1.1.8 2,379 9/4/2018
1.1.7 776 9/3/2018
1.1.6 777 9/2/2018
1.1.5 757 8/29/2018
1.1.4 760 8/27/2018
1.0.12 1,043 8/23/2018
1.0.11 730 8/23/2018
1.0.10 770 8/22/2018
1.0.9 796 8/2/2018
1.0.8 810 8/2/2018
1.0.7 760 7/30/2018
1.0.6 765 7/30/2018
1.0.5 757 7/30/2018

First release