Reactive4.NET
0.2.21
.NET Standard 1.0
.NET Framework 4.5
Install-Package Reactive4.NET -Version 0.2.21
dotnet add package Reactive4.NET --version 0.2.21
<PackageReference Include="Reactive4.NET" Version="0.2.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Reactive4.NET --version 0.2.21
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Reactive4.NET, 0.2.21"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Reactive4.NET as a Cake Addin
#addin nuget:?package=Reactive4.NET&version=0.2.21
// Install Reactive4.NET as a Cake Tool
#tool nuget:?package=Reactive4.NET&version=0.2.21
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ReactiveX style Reactive-Streams compliant library for composing synchronous and asynchronous sequences.
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 |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
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.
-
.NETFramework 4.5
- Reactive.Streams (>= 1.0.2)
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.0)
- Reactive.Streams (>= 1.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 |
---|---|---|
0.2.21 | 115 | 3/2/2022 |
0.2.20 | 65 | 2/8/2022 |
0.2.19 | 67 | 2/4/2022 |
0.2.18 | 723 | 6/29/2021 |
0.2.17 | 193 | 6/29/2021 |
0.2.16 | 383 | 5/20/2021 |
0.2.15 | 567 | 11/14/2019 |
0.2.14 | 1,253 | 11/4/2019 |
0.2.13 | 514 | 3/20/2019 |
0.2.12 | 359 | 3/18/2019 |
0.2.11 | 349 | 3/13/2019 |
0.2.10 | 454 | 2/18/2019 |
0.2.9 | 830 | 9/13/2017 |
0.2.8 | 688 | 7/17/2017 |
0.2.7 | 668 | 6/29/2017 |
0.2.6 | 728 | 6/26/2017 |
0.2.5 | 712 | 6/22/2017 |
0.2.4 | 734 | 4/13/2017 |
0.2.3 | 675 | 4/10/2017 |
0.2.2 | 689 | 4/10/2017 |
0.2.1 | 666 | 4/10/2017 |
0.2.0 | 669 | 4/9/2017 |
0.1.9 | 697 | 4/9/2017 |
0.1.8 | 689 | 4/8/2017 |
0.1.7 | 742 | 4/7/2017 |
0.1.6 | 680 | 4/7/2017 |
0.1.5 | 685 | 4/2/2017 |
0.1.4 | 786 | 3/18/2017 |
0.1.3 | 691 | 3/17/2017 |
0.1.2 | 675 | 3/17/2017 |
0.1.1 | 662 | 3/16/2017 |
0.1.0 | 670 | 3/16/2017 |
Fix ToFlowable(BUFFER) not working properly