akarnokd.reactive_extensions 0.0.20-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.20-alpha
                    
NuGet\Install-Package akarnokd.reactive_extensions -Version 0.0.20-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.20-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="akarnokd.reactive_extensions" Version="0.0.20-alpha" />
                    
Directory.Packages.props
<PackageReference Include="akarnokd.reactive_extensions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add akarnokd.reactive_extensions --version 0.0.20-alpha
                    
#r "nuget: akarnokd.reactive_extensions, 0.0.20-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.
#addin nuget:?package=akarnokd.reactive_extensions&version=0.0.20-alpha&prerelease
                    
Install akarnokd.reactive_extensions as a Cake Addin
#tool nuget:?package=akarnokd.reactive_extensions&version=0.0.20-alpha&prerelease
                    
Install akarnokd.reactive_extensions as a Cake Tool

Extension methods and classes 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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 tizen40 was computed.  tizen60 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,377,120 8/28/2019
0.0.26-alpha 760 8/13/2018
0.0.25-alpha 923 6/20/2018
0.0.24-alpha 812 6/11/2018
0.0.23-alpha 861 6/10/2018
0.0.22-alpha 842 6/9/2018
0.0.21-alpha 864 6/8/2018
0.0.20-alpha 865 6/6/2018
0.0.19-alpha 843 6/6/2018
0.0.18-alpha 836 6/3/2018
0.0.17-alpha 856 6/2/2018
0.0.16-alpha 889 5/25/2018
0.0.15-alpha 744 5/24/2018
0.0.14-alpha 766 5/23/2018
0.0.13-alpha 624 5/22/2018
0.0.12-alpha 738 5/21/2018
0.0.11-alpha 740 5/20/2018
0.0.10-alpha 741 5/19/2018
0.0.9-alpha 734 5/18/2018
0.0.8-alpha 751 5/18/2018
0.0.7-alpha 655 5/15/2018
0.0.6-alpha 819 5/14/2018
0.0.5-alpha 795 5/13/2018
0.0.4-alpha 792 5/12/2018
0.0.3-alpha 723 5/11/2018
0.0.2-alpha 712 5/10/2018
0.0.1-alpha 908 5/10/2018

New operators:
- IObservableSource operators:
 - ElementAt
 - First
 - Last
 - Single
 - SkipLast
 - SkipWhile
 - TakeLast
 - TakeWhile
 - TakeUntil (predicate)