System.Reactive.Core
3.1.1
Prefix Reserved
.NET Core 1.0
This package targets .NET Core 1.0. The package is compatible with this framework or higher.
.NET Standard 1.0
This package targets .NET Standard 1.0. The package is compatible with this framework or higher.
.NET Framework 4.5
This package targets .NET Framework 4.5. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package System.Reactive.Core --version 3.1.1
NuGet\Install-Package System.Reactive.Core -Version 3.1.1
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="System.Reactive.Core" Version="3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Reactive.Core" Version="3.1.1" />
<PackageReference Include="System.Reactive.Core" />
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 System.Reactive.Core --version 3.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Reactive.Core, 3.1.1"
#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.
#:package System.Reactive.Core@3.1.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=System.Reactive.Core&version=3.1.1
#tool nuget:?package=System.Reactive.Core&version=3.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Reactive Extensions (Rx) Core Library containing base classes and scheduler infrastructure.
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. 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 | netcoreapp1.0 is compatible. 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.0 is compatible. netstandard1.1 is compatible. netstandard1.2 was computed. 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 | net45 is compatible. net451 was computed. net452 was computed. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Windows Phone | wp8 was computed. wp81 was computed. wpa81 is compatible. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 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.
-
.NETCoreApp 1.0
- System.ComponentModel (>= 4.0.1)
- System.Diagnostics.Contracts (>= 4.0.1)
- System.Dynamic.Runtime (>= 4.0.11)
- System.Reactive.Interfaces (>= 3.1.1)
- System.Threading.Thread (>= 4.0.0)
- System.Threading.ThreadPool (>= 4.0.10)
-
.NETFramework 4.5
- System.Reactive.Interfaces (>= 3.1.1)
-
.NETStandard 1.0
- System.ComponentModel (>= 4.0.1)
- System.Diagnostics.Contracts (>= 4.0.1)
- System.Dynamic.Runtime (>= 4.0.11)
- System.Reactive.Interfaces (>= 3.1.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on System.Reactive.Core:
Package | Downloads |
---|---|
GraphQL
GraphQL for .NET |
GitHub repositories (72)
Showing the top 20 popular GitHub repositories that depend on System.Reactive.Core:
Repository | Stars |
---|---|
dotnet/reactive
The Reactive Extensions for .NET
|
|
canton7/SyncTrayzor
Windows tray utility / filesystem watcher / launcher for Syncthing
|
|
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
|
|
Code52/carnac
A utility to give some insight into how you use your keyboard
|
|
roslynpad/roslynpad
A cross-platform C# editor based on Roslyn and AvalonEdit
|
|
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)
|
|
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
|
|
Azure/azure-functions-host
The host/runtime that powers Azure Functions
|
|
chocolatey/ChocolateyGUI
A delicious GUI for Chocolatey
|
|
Azure/durabletask
Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
|
|
NEventStore/NEventStore
A persistence agnostic Event Store for .NET
|
|
swharden/Csharp-Data-Visualization
Resources for visualizing data using C# and the .NET platform
|
|
gmamaladze/globalmousekeyhook
This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background.
|
|
microsoft/InteractiveDataDisplay.WPF
Interactive Data Display for WPF is a set of controls for adding interactive visualization of dynamic data to your application. It allows to create line graphs, bubble charts, heat maps and other complex 2D plots which are very common in scientific software. Interactive Data Display for WPF integrates well with Bing Maps control to show data on a geographic map in latitude/longitude coordinates. The controls can also be operated programmatically.
|
|
damianh/LibLog
LibLog is a single file for you to either copy/paste or install via nuget, into your library/framework/application to provide a logging abstraction.
|
|
Wouterdek/NodeNetwork
A C# library with a WPF node editor component based on ReactiveUI
|
|
SharpMap/SharpMap
An easy-to-use mapping library for use in web and desktop applications
|
|
GuillaumeSalles/redux.NET
Redux.NET is a predictable state container for .NET apps. Inspired by https://github.com/reactjs/redux.
|
|
step-up-labs/firebase-database-dotnet
C# library for Firebase Realtime Database.
|
|
la-yumba/functional-csharp-code
Code samples for Functional Programming in C#
|
Version | Downloads | Last Updated |
---|---|---|
5.0.0 | 3 | 3/8/2021 |
5.0.0-preview.220 | 1 | 3/8/2021 |
5.0.0-preview.16 | 1 | 3/8/2021 |
4.4.1 | 28 | 3/8/2021 |
4.3.2 | 1 | 3/8/2021 |
4.3.1 | 1 | 3/8/2021 |
4.2.2 | 2 | 3/8/2021 |
4.2.0 | 2 | 3/8/2021 |
4.2.0-preview.625 | 2 | 3/8/2021 |
4.2.0-preview.566 | 2 | 3/8/2021 |
4.2.0-preview.102 | 1 | 3/8/2021 |
4.2.0-preview.63 | 2 | 3/8/2021 |
4.1.6 | 1 | 3/8/2021 |
4.1.5 | 2 | 3/8/2021 |
4.1.4 | 1 | 3/8/2021 |
4.1.3 | 1 | 3/8/2021 |
4.1.2 | 2 | 3/8/2021 |
4.1.1 | 1 | 3/8/2021 |
4.1.0 | 2 | 3/8/2021 |
4.1.0-preview.330 | 2 | 3/8/2021 |
4.1.0-preview.84 | 2 | 3/8/2021 |
4.0.0 | 1 | 3/8/2021 |
4.0.0-preview00001 | 2 | 3/8/2021 |
4.0.0-preview.4.build.391 | 2 | 3/8/2021 |
4.0.0-preview.3.build.380 | 2 | 3/8/2021 |
4.0.0-preview.2.build.379 | 1 | 3/8/2021 |
3.1.1 | 32,674 | 3/8/2021 |
3.1.0 | 8 | 3/8/2021 |
3.1.0-rc | 1 | 3/8/2021 |
3.0.0 | 44 | 3/8/2021 |
0.0.1-alpha-00362 | 2 | 3/8/2021 |