akarnokd.reactive_extensions 0.0.3-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.
dotnet add package akarnokd.reactive_extensions --version 0.0.3-alpha
NuGet\Install-Package akarnokd.reactive_extensions -Version 0.0.3-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.3-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.3-alpha
#r "nuget: akarnokd.reactive_extensions, 0.0.3-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.3-alpha&prerelease

// Install akarnokd.reactive_extensions as a Cake Tool
#tool nuget:?package=akarnokd.reactive_extensions&version=0.0.3-alpha&prerelease

Extension methods for the dotnet/reactive library

Product 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.

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,306,407 8/28/2019
0.0.26-alpha 687 8/13/2018
0.0.25-alpha 797 6/20/2018
0.0.24-alpha 692 6/11/2018
0.0.23-alpha 737 6/10/2018
0.0.22-alpha 717 6/9/2018
0.0.21-alpha 742 6/8/2018
0.0.20-alpha 746 6/6/2018
0.0.19-alpha 722 6/6/2018
0.0.18-alpha 709 6/3/2018
0.0.17-alpha 734 6/2/2018
0.0.16-alpha 762 5/25/2018
0.0.15-alpha 616 5/24/2018
0.0.14-alpha 638 5/23/2018
0.0.13-alpha 536 5/22/2018
0.0.12-alpha 614 5/21/2018
0.0.11-alpha 614 5/20/2018
0.0.10-alpha 614 5/19/2018
0.0.9-alpha 607 5/18/2018
0.0.8-alpha 622 5/18/2018
0.0.7-alpha 567 5/15/2018
0.0.6-alpha 683 5/14/2018
0.0.5-alpha 659 5/13/2018
0.0.4-alpha 657 5/12/2018
0.0.3-alpha 633 5/11/2018
0.0.2-alpha 623 5/10/2018
0.0.1-alpha 773 5/10/2018

New operators:
+ Collect
+ Compose
+ ConcatEager
+ Repeat
+ Retry
+ SwitchIfEmpty
+ TakeUntil

Enhancements:
- TestObserver more assert methods, fixes