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
<PackageReference Include="Rx.Net.Plus.Json" Version="1.0.0" />
paket add Rx.Net.Plus.Json --version 1.0.0
#r "nuget: Rx.Net.Plus.Json, 1.0.0"
// 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:
- React whenever variables change
- Connect variables to observable sources
- Not receive notification if same data is set again and again
- 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
Product | Versions 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. |
-
- Newtonsoft.Json (>= 11.0.2)
- Rx.Net.Plus (>= 1.1.8)
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 | 2,015 | 9/4/2018 |
First release