Microsoft.Reactive.Testing 5.0.0-preview.220

This is a prerelease version of Microsoft.Reactive.Testing.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package Microsoft.Reactive.Testing --version 5.0.0-preview.220
                    
NuGet\Install-Package Microsoft.Reactive.Testing -Version 5.0.0-preview.220
                    
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="Microsoft.Reactive.Testing" Version="5.0.0-preview.220" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Reactive.Testing" Version="5.0.0-preview.220" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Reactive.Testing" />
                    
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 Microsoft.Reactive.Testing --version 5.0.0-preview.220
                    
#r "nuget: Microsoft.Reactive.Testing, 5.0.0-preview.220"
                    
#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=Microsoft.Reactive.Testing&version=5.0.0-preview.220&prerelease
                    
Install Microsoft.Reactive.Testing as a Cake Addin
#tool nuget:?package=Microsoft.Reactive.Testing&version=5.0.0-preview.220&prerelease
                    
Install Microsoft.Reactive.Testing as a Cake Tool

Reactive Extensions (Rx) for .NET - Testing Library

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.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 is compatible.  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. 
Universal Windows Platform uap10.0.16299 is compatible. 
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 (26)

Showing the top 5 NuGet packages that depend on Microsoft.Reactive.Testing:

Package Downloads
ReactiveUI.Testing

Provides extensions for testing ReactiveUI based applications

FluentAssertions.Reactive

An extension to use FluidAssertions to test code using the System.Reactive library

Zafiro.Core

The Cross-platform Crema for .NET Devs

BoxKite.Twitter

BoxKite.Twitter is a Twitter Client Library for the Twitter API 1.1 incorporating REST API, User streaming and Search Streaming. Requires use of Reactive Extensions (Rx)

Noggog.Testing

Package Description

GitHub repositories (36)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Reactive.Testing:

Repository Stars
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Code52/carnac
A utility to give some insight into how you use your keyboard
dotnet/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
reactiveui/Akavache
An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.
github/VisualStudio
GitHub Extension for Visual Studio
RolandPheasant/TailBlazer
A modern file tail utility based on Rx.Net which show cases reactive programming and Dynamic Data (see https://github.com/RolandPheasant/DynamicData)
Nethereum/Nethereum
Ethereum .Net cross platform integration library
reactivemarbles/DynamicData
Reactive collections based on Rx.Net
reactiveui/splat
Makes things cross-platform
runceel/ReactiveProperty
ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target frameworks are .NET 6+, .NET Framework 4.7.2 and .NET Standard 2.0.
graphql-dotnet/graphql-client
A GraphQL Client for .NET Standard
OmniSharp/csharp-language-server-protocol
Language Server Protocol in C#
danm-de/pcsc-sharp
PC/SC wrapper classes for .NET, written in C#
exercism/csharp
Exercism exercises in C#.
Soluto/tweek
Tweek - an open source feature manager
reactiveui/ReactiveUI.Samples
This repository contains ReactiveUI samples.
fuse-open/fuse-studio
Fuse Studio is a visual desktop tool suite for working with the Fuse framework
christopherread/Obvs
An observable microservice bus library for .NET, that wraps the underlying message transports in simple Rx based interfaces.
microsoft/Tx
Tx (LINQ to Events)
Version Downloads Last updated
6.0.1 717,515 5/22/2024
6.0.1-preview.1 2,330 6/14/2023
6.0.0 898,462 5/19/2023
6.0.0-preview.16 172 5/17/2023
6.0.0-preview.13 249 4/20/2023
6.0.0-preview.9 230 3/31/2023
6.0.0-preview.1 410 3/10/2023
5.0.0 5,527,557 11/10/2020
5.0.0-preview.220 490 10/15/2020
5.0.0-preview.16 499 9/26/2020
4.4.1 3,278,927 4/2/2020
4.3.2 254,878 12/24/2019
4.3.1 10,862 12/4/2019
4.2.2 1,467 12/24/2019
4.2.0 121,320 10/10/2019
4.2.0-preview.625 1,736 8/19/2019
4.2.0-preview.566 2,178 6/14/2019
4.2.0-preview.102 2,414 2/24/2019
4.2.0-preview.63 2,111 12/12/2018
4.1.6 234,290 8/1/2019
4.1.5 230,931 4/10/2019
4.1.4 2,285 4/8/2019
4.1.3 57,179 2/18/2019
4.1.2 187,219 10/10/2018
4.1.1 21,613 10/1/2018
4.1.0 45,045 8/13/2018
4.1.0-preview.330 756 8/3/2018
4.1.0-preview.84 2,586 6/18/2018
4.0.0 276,219 5/25/2018
4.0.0-preview.4.build.391 869 5/23/2018
4.0.0-preview.3.build.380 808 5/16/2018
4.0.0-preview.2.build.379 793 5/12/2018
3.1.1 482,302 11/21/2016
3.1.0 23,568 11/5/2016
3.1.0-rc 1,818 9/23/2016
3.0.0 68,701 6/27/2016