SlimMessageBus 0.9.2.429

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SlimMessageBus --version 0.9.2.429
NuGet\Install-Package SlimMessageBus -Version 0.9.2.429
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="SlimMessageBus" Version="0.9.2.429" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SlimMessageBus --version 0.9.2.429
#r "nuget: SlimMessageBus, 0.9.2.429"
#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 SlimMessageBus as a Cake Addin
#addin nuget:?package=SlimMessageBus&version=0.9.2.429

// Install SlimMessageBus as a Cake Tool
#tool nuget:?package=SlimMessageBus&version=0.9.2.429

A lightweight message bus interface. The goal of this library is to introduce a slim facade for messaging brokers. Use one of the extensions to add in-process, Apacke Kafka or Azure EventHub. Only adds what you actually use, while giving a great potential for growth as your app evolves.

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on SlimMessageBus:

Package Downloads
SlimMessageBus.Host The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A lightweight message bus interface for .NET. The goal of this library is to introduce a slim facade for messaging brokers. Use one of the transport providers for in-process (in-memory), Apache Kafka or Azure Service Bus messaging.

SlimMessageBus.Host.DependencyResolver The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Core dependency resolver interfaces of SlimMessageBus

SlimMessageBus.Host.Interceptor The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Core interceptor interfaces of SlimMessageBus

SlimMessageBus.Host.Memory The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Simple provider for SlimMessageBus for in process message passing. Messages are stored in memory (state is transient).

SlimMessageBus.Host.Kafka The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Apache Kafka provider for SlimMessageBus

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 6,283 2/4/2024
2.0.1 74,200 4/16/2023
2.0.0 36,896 4/1/2023
2.0.0-rc3 3,439 2/27/2023
1.8.0 11,980 2/7/2023
1.8.0-rc1 2,411 1/16/2023
1.7.0 89,589 11/13/2022
1.6.0 97,222 5/21/2022
1.6.0-rc1 1,588 5/15/2022
1.5.1 115,606 1/8/2022
1.5.0 10,461 11/14/2021
1.5.0-rc1 1,372 11/2/2021
1.4.0 76,951 6/18/2021
1.4.0-rc1 23,389 6/17/2021
1.3.1 5,334 6/6/2021
1.3.0 108,919 1/8/2021
1.3.0-rc1 1,688 12/26/2020
1.2.0 68,532 2/4/2020
1.2.0-rc1 1,634 1/25/2020
1.1.2 12,233 3/11/2019
1.1.1 4,294 2/16/2019
1.1.1-rc2 1,833 2/13/2019
1.1.1-rc0 3,155 1/13/2019
1.1.0 6,987 12/9/2018
1.0.2 4,494 11/8/2018
1.0.1 3,980 3/12/2018
1.0.0 3,734 3/4/2018
0.9.10 7,623 4/24/2017
0.9.8.34503 2,672 2/26/2017
0.9.7.41418 2,636 2/21/2017
0.9.4.42839 2,721 2/14/2017
0.9.4.28525 2,711 2/19/2017
0.9.4.25654 2,682 2/19/2017
0.9.3.799 2,645 2/12/2017
0.9.2.429 2,375 1/22/2017
0.9.1.43075 2,682 1/22/2017
0.8.1.28358 2,285 5/21/2016

Summary of changes made in this release of the package.