akarnokd.reactive_extensions
0.0.7-alpha
This is a prerelease version of akarnokd.reactive_extensions.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package akarnokd.reactive_extensions --version 0.0.7-alpha
NuGet\Install-Package akarnokd.reactive_extensions -Version 0.0.7-alpha
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="akarnokd.reactive_extensions" Version="0.0.7-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add akarnokd.reactive_extensions --version 0.0.7-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: akarnokd.reactive_extensions, 0.0.7-alpha"
#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 akarnokd.reactive_extensions as a Cake Addin #addin nuget:?package=akarnokd.reactive_extensions&version=0.0.7-alpha&prerelease // Install akarnokd.reactive_extensions as a Cake Tool #tool nuget:?package=akarnokd.reactive_extensions&version=0.0.7-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Extension methods for the dotnet/reactive library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Reactive.Interfaces (>= 4.0.0-preview.2.build.379)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on akarnokd.reactive_extensions:
Package | Downloads |
---|---|
Xpand.Extensions.Reactive
Xpand.Extensions.Reactive |
|
Xpand.TestsLib.Common
Xpand.TestsLib.Common |
|
Xpand.TestsLib.Blazor
Xpand.TestsLib.Blazor |
|
Xpand.TestsLib
Xpand.TestsLib |
|
Xpand.TestsLib.EasyTest
Xpand.TestsLib.EasyTest |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.27-alpha | 1,374,469 | 8/28/2019 |
0.0.26-alpha | 709 | 8/13/2018 |
0.0.25-alpha | 814 | 6/20/2018 |
0.0.24-alpha | 703 | 6/11/2018 |
0.0.23-alpha | 751 | 6/10/2018 |
0.0.22-alpha | 733 | 6/9/2018 |
0.0.21-alpha | 755 | 6/8/2018 |
0.0.20-alpha | 756 | 6/6/2018 |
0.0.19-alpha | 734 | 6/6/2018 |
0.0.18-alpha | 724 | 6/3/2018 |
0.0.17-alpha | 747 | 6/2/2018 |
0.0.16-alpha | 778 | 5/25/2018 |
0.0.15-alpha | 633 | 5/24/2018 |
0.0.14-alpha | 653 | 5/23/2018 |
0.0.13-alpha | 552 | 5/22/2018 |
0.0.12-alpha | 627 | 5/21/2018 |
0.0.11-alpha | 629 | 5/20/2018 |
0.0.10-alpha | 630 | 5/19/2018 |
0.0.9-alpha | 621 | 5/18/2018 |
0.0.8-alpha | 639 | 5/18/2018 |
0.0.7-alpha | 580 | 5/15/2018 |
0.0.6-alpha | 700 | 5/14/2018 |
0.0.5-alpha | 676 | 5/13/2018 |
0.0.4-alpha | 672 | 5/12/2018 |
0.0.3-alpha | 647 | 5/11/2018 |
0.0.2-alpha | 636 | 5/10/2018 |
0.0.1-alpha | 789 | 5/10/2018 |
New operators:
+ ICompletableSource
- Amb
- AmbAll
- Concat
- ConcatAll
- ConcatMap
- DoAfterTerminate
- DoFinally
- DoOnCompleted
- DoOnDispose
- DoOnError
- DoOnSubscribe
- DoOnTerminate
New classes:
- CompletableSubject
- TestScheduler
Other:
- `TestObserver` additional assertions