FSharp.Control.Reactive 2.3.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharp.Control.Reactive --version 2.3.5
NuGet\Install-Package FSharp.Control.Reactive -Version 2.3.5
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="FSharp.Control.Reactive" Version="2.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Control.Reactive --version 2.3.5
#r "nuget: FSharp.Control.Reactive, 2.3.5"
#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 FSharp.Control.Reactive as a Cake Addin
#addin nuget:?package=FSharp.Control.Reactive&version=2.3.5

// Install FSharp.Control.Reactive as a Cake Tool
#tool nuget:?package=FSharp.Control.Reactive&version=2.3.5

A F#-friendly wrapper for the Reactive Extensions.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (21)

Showing the top 5 NuGet packages that depend on FSharp.Control.Reactive:

Package Downloads
Fake.Core.Target

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.

NBomber

Modern and flexible load testing framework for Pull and Push scenarios, designed to test any system regardless a protocol (HTTP/WebSockets/AMQP etc) or a semantic model (Pull/Push).

GetIt

.NET library to help introduce programming in a funnier way. Inspired by Scratch and Turtle graphics.

Ionide.ProjInfo.ProjectSystem

MSBuild evaluation, fsproj file loading, and project system for F# tooling

FSharp.Data.GraphQL.Server

FSharp implementation of Facebook GraphQL query language (Server)

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on FSharp.Control.Reactive:

Repository Stars
lowleveldesign/wtrace
Command line tracing tool for Windows, based on ETW.
lucassklp/Desktop.Robot
A library used to control your mouse and keyboard programmatically in .NET Core
Version Downloads Last updated
5.0.5 696,116 5/3/2022
5.0.4 1,012 5/3/2022
5.0.3 1,007 5/3/2022
5.0.2 698,595 3/5/2021
5.0.1 1,514 3/5/2021
5.0.0 8,107 2/25/2021
4.5.0 64,400 12/13/2020
4.4.2 149,225 7/4/2020
4.4.1 4,540 6/27/2020
4.4.0 74,514 6/10/2020
4.3.3 7,667 6/5/2020
4.3.2 1,333 6/5/2020
4.3.1 1,626 6/5/2020
4.3.0 22,223 5/22/2020
4.2.0 1,099,479 3/6/2019
4.1.0 225,554 6/6/2018
4.0.0 15,416 2/21/2018
3.5.0 126,285 12/5/2016
3.4.1 25,402 4/26/2016
3.4.0 1,938 4/24/2016
3.2.0 13,534 5/16/2015
3.1.2 1,853 4/3/2015
3.1.1 2,037 2/12/2015
3.1.0 1,746 2/12/2015
3.0.1 2,303 12/7/2014
2.4.0 5,534 10/14/2014
2.3.7 1,630 10/14/2014
2.3.6 1,643 10/13/2014
2.3.5 1,608 9/30/2014
2.3.2 1,568 9/30/2014
2.3.1 4,433 9/26/2014

Add QueryBuilder
Add many more wrappers to Rx from F#, thanks to Jared Hester!
Breaking changes**
New namespace is `FSharp.Control.Reactive`
`Observable` module is no longer auto-opened with the namespace
`Observable.zip` now takes parameters in the "correct" order of `obs1` then `obs2`
`Observable.subscribe` has moved to `Observable.subscribeWithCallbacks`
`Observable.subscribe` now takes the `onNext` callback only
TODO**
Add tests
Add docs