FSharp.Control.Reactive.Testing
4.4.1
See the version list below for details.
dotnet add package FSharp.Control.Reactive.Testing --version 4.4.1
NuGet\Install-Package FSharp.Control.Reactive.Testing -Version 4.4.1
<PackageReference Include="FSharp.Control.Reactive.Testing" Version="4.4.1" />
paket add FSharp.Control.Reactive.Testing --version 4.4.1
#r "nuget: FSharp.Control.Reactive.Testing, 4.4.1"
// Install FSharp.Control.Reactive.Testing as a Cake Addin #addin nuget:?package=FSharp.Control.Reactive.Testing&version=4.4.1 // Install FSharp.Control.Reactive.Testing as a Cake Tool #tool nuget:?package=FSharp.Control.Reactive.Testing&version=4.4.1
A F#-friendly wrapper for the Reactive Extensions.
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 | 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 | net46 is compatible. 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. |
-
.NETFramework 4.6
- fparsec (>= 1.1.1)
- FsCheck (>= 2.14.3)
- FSharp.Control.Reactive (>= 4.4.1)
- FSharp.Core (>= 4.7.2)
- Microsoft.Reactive.Testing (>= 4.4.1)
- System.Reactive (>= 4.4.1)
- Unquote (>= 5.0.0)
-
.NETStandard 2.0
- fparsec (>= 1.1.1)
- FsCheck (>= 2.14.3)
- FSharp.Control.Reactive (>= 4.4.1)
- FSharp.Core (>= 4.7.2)
- Microsoft.Reactive.Testing (>= 4.4.1)
- System.Reactive (>= 4.4.1)
- Unquote (>= 5.0.0)
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 |
---|---|---|
5.0.5 | 2,803 | 5/3/2022 |
5.0.4 | 447 | 5/3/2022 |
5.0.3 | 422 | 5/3/2022 |
5.0.2 | 2,569 | 3/5/2021 |
5.0.1 | 391 | 3/5/2021 |
5.0.0 | 380 | 2/25/2021 |
4.5.0 | 7,824 | 12/13/2020 |
4.4.2 | 611 | 7/4/2020 |
4.4.1 | 629 | 6/27/2020 |
4.4.0 | 480 | 6/10/2020 |
4.3.3 | 511 | 6/5/2020 |
4.3.2 | 508 | 6/5/2020 |
4.3.1 | 451 | 6/5/2020 |
4.3.0 | 535 | 5/22/2020 |
4.2.0 | 4,801 | 3/6/2019 |
4.1.0 | 1,079 | 6/6/2018 |
4.0.0 | 1,066 | 2/21/2018 |
### New in 4.4.1 - (Released 2020/06/27)
* Update to System.Reactive 4.4.1 [#151](https://github.com/fsprojects/FSharp.Control.Reactive/pull/151)
### New in 4.4.0 - (Released 2020/06/10)
* Add `Disposable.disposeWith` [#145](https://github.com/fsprojects/FSharp.Control.Reactive/pull/146)
* Add `Observable.ignoreElements` [#148](https://github.com/fsprojects/FSharp.Control.Reactive/pull/148)
### New in 4.3.3 - (Released 2020/06/05)
* Fix try ... with in observe CE [#122](https://github.com/fsprojects/FSharp.Control.Reactive/pull/144)
* Refine fix for Observable.choose [#143](https://github.com/fsprojects/FSharp.Control.Reactive/pull/143)
### New in 4.3.2 - (Released 2020/06/05)
* Fix disposable composition [#139 and #140](https://github.com/fsprojects/FSharp.Control.Reactive/pull/141)
### New in 4.3.1 - (Released 2020/06/05)
* Fix issue with Observable.choose [#131](https://github.com/fsprojects/FSharp.Control.Reactive/pull/128)
### New in 4.3.0 - (Released 2020/05/21)
* Fix issue [#115](https://github.com/fsprojects/FSharp.Control.Reactive/pull/128)
* Fix issue [#126](https://github.com/fsprojects/FSharp.Control.Reactive/pull/127)
* Fix issue [#129](https://github.com/fsprojects/FSharp.Control.Reactive/pull/130)
* Add tests using Xunit [#118](https://github.com/fsprojects/FSharp.Control.Reactive/pull/118)
### New in 4.2.0 - (Released 2019/03/06)
* Extensions to F# API
### New in 4.1.0 - (Released 2018/06/06)
* Update to System.Reactive 4.0.
### New in 4.0.0 - (Released 2018/02/21)
* Support for netstandard-2.0
* Added Subjects to the core library.
* New FSharp.Control.Reactive.Testing library for a more idiomatic F# API over the Rx Testing library.
### New in 3.5.0 - (Released 2016/12/05)
* Update to Rx 3.0
### New in 3.4.1 - (Released 2016/04/26)
* Restore .NET 4.0 build instead of .NET 4.5.
### New in 3.4.0 - (Released 2016/04/24)
* .NET 4.5 and Profile259 builds available.
### New in 3.3.0 - (Released 2016/03/05)
* Added `Disposables` module with a `compose` function that will creates a new `IDisposable` that will dispose the sequence of provided `IDisposable`s.
* Fix `groupByCompare` to actually use the provided `comparer`.
### New in 3.2.0 - (Released 2015/05/16)
* Bug fix: `subscribeOn` should take an `IScheduler`
* Renamed `subscribeOn` to `subscribeOnContext` to maintain consistency with other, similar functions
* Added `subscribeOn` that takes an `IScheduler`
* Added test for `subscribeOn`
* Added ofAsync, liftAsync, and flatmapAsync
### New in 3.1.2 - (Released 2015/04/03)
* Remove unnecessary signatures for Observable.Create and add test to demonstrate use.
### New in 3.1.1 - (Released 2015/02/12)
* Additional signature fixes to accept F# functions rather than `Func` #51
### New in 3.1.0 - (Released 2015/02/12)
* Fixed signature of `Observable.create` to better fit F#. #56
* Marked `ObservableBuilder.Return` and `ObservableBuilder.ReturnFrom` as `Obsolete` as users should use `Yield` and `YieldFrom`, which allow for multiple results. #53
* Changed signatures of `RxQueryBuilder` functions `ExactlyOne`, `ExactlyOneOrDefault`, `Find`, `Head`, `HeadOrDefault`, `Last`, and `LastOrDefault` to their Async equivalents. #57
### New in 3.0.1 - (Released 2014/12/07)
* #48 Some of the Observable functions aren't very composable
* NOTE: Includes breaking changes due to updated function names and signatures
* #47 Replay overloads don't use the window or bufferSize parameters
* Use consistent function types in ObservableBuilder.
* Now using FSharp.Core from NuGet
### New in 2.4.0 - (Released 2014/10/14)
Updates courtesty of marklam:
* Changed the distinct functions to take F# functions
* Added a version of ofSeq which uses a scheduler (ofSeqOn)
* Reordered the parameters to scanInit to be more composable
* Corrected some spellings and added some tests
### New in 2.3.7 - (Released 2014/10/14)
* Updated to Rx 2.2.5
* Updated Paket bootstrapper
### New in 2.3.6 - (Released 2014/10/13)
* Now generating docs!
### New in 2.3.0 - (Released 2014/09/26)
* 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
### New in 2.2.131002 - (Released 2013/10/02)
* Restructure modules and namespaces to comply with F# coding guidelines
### New in 2.1.131002 - (Released 2013/10/02)
* Release of F# wrappers for Rx
### New in 2.0.121121-rc - (Released 2012/11/21)
* Release candidate for F# wrappers for Rx based on Rx 2.0-rtm
### New in 2.0.6-rc - (Released 2012/07/26)
* Initial NuGet release of F# wrappers for Rx 2.0-rc