CoreMemoryBus 0.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CoreMemoryBus --version 0.0.0
NuGet\Install-Package CoreMemoryBus -Version 0.0.0
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="CoreMemoryBus" Version="0.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CoreMemoryBus --version 0.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CoreMemoryBus, 0.0.0"
#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 CoreMemoryBus as a Cake Addin #addin nuget:?package=CoreMemoryBus&version=0.0.0 // Install CoreMemoryBus as a Cake Tool #tool nuget:?package=CoreMemoryBus&version=0.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A simple and configurable, in-memory message bus for message based event driven applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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.
-
- CoreMemoryBus.Messages (>= 1.0.5)
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 |
---|---|---|
2.0.9 | 1,184 | 12/2/2017 |
2.0.8 | 1,071 | 11/1/2017 |
2.0.7 | 988 | 9/28/2017 |
2.0.6 | 985 | 9/28/2017 |
2.0.4 | 1,078 | 9/25/2017 |
2.0.3 | 965 | 9/21/2017 |
2.0.2 | 1,003 | 9/20/2017 |
2.0.1 | 981 | 9/19/2017 |
2.0.0 | 1,114 | 9/18/2017 |
1.0.7.292 | 1,127 | 3/20/2017 |
1.0.6.290 | 1,064 | 3/18/2017 |
1.0.5.280 | 1,053 | 3/8/2017 |
1.0.5.182 | 1,035 | 3/8/2017 |
1.0.4.34 | 1,426 | 7/5/2016 |
1.0.4.25 | 1,364 | 6/26/2016 |
1.0.3 | 1,342 | 6/22/2016 |
1.0.2 | 1,120 | 6/20/2016 |
1.0.1 | 1,469 | 6/18/2016 |
0.0.0 | 1,076 | 3/8/2017 |
Refactoring of request-response handler.
Modifications to accomodate re-entrant code.