Reactor.Core
0.6.2
.NET Framework
dotnet add package Reactor.Core --version 0.6.2
NuGet\Install-Package Reactor.Core -Version 0.6.2
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="Reactor.Core" Version="0.6.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Reactor.Core --version 0.6.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Reactor.Core, 0.6.2"
#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 Reactor.Core as a Cake Addin
#addin nuget:?package=Reactor.Core&version=0.6.2
// Install Reactor.Core as a Cake Tool
#tool nuget:?package=Reactor.Core&version=0.6.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Extension methods: Flux and Mono, Schedulers and other tools.
Product | Versions |
---|---|
.NET Framework | net |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Reactor.Core:
Package | Downloads |
---|---|
Epic.Common
DDD Common Library |
|
Epic.Data.Infrastructure
DDD Infrastructure |
|
MCode.Social.Abstraction
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.6.2 | 6,526 | 8/5/2016 |
0.6.1 | 894 | 7/4/2016 |
0.6.0 | 865 | 7/4/2016 |
0.5.7 | 865 | 7/3/2016 |
0.5.5 | 867 | 7/3/2016 |
0.5.2 | 874 | 7/3/2016 |
0.5.1 | 907 | 7/3/2016 |
0.5.0 | 871 | 7/2/2016 |
0.4.1 | 839 | 6/24/2016 |
0.4.0 | 1,051 | 6/15/2016 |
0.3.6 | 859 | 6/12/2016 |
0.3.5 | 851 | 6/12/2016 |
0.3.0 | 1,090 | 6/11/2016 |
0.2.1 | 851 | 6/10/2016 |
0.2.0 | 904 | 6/10/2016 |
0.1.0 | 845 | 6/8/2016 |
Switch to Reactive.Streams "official" for base interfaces. You have to manually reference Reactive.Streams from your project as it is in a pre-release mode and can't be referenced by a NuGet package.