SlimMessageBus 0.9.2.429

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

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

Core dependency resolver interfaces of SlimMessageBus

SlimMessageBus.Host.Interceptor

Core interceptor interfaces of SlimMessageBus

SlimMessageBus.Host.Memory

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

SlimMessageBus.Host.Configuration

Core configuration interfaces of SlimMessageBus

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-rc9 1,149 9/2/2024
3.0.0-rc8 996 8/22/2024
3.0.0-rc7 739 8/20/2024
3.0.0-rc6 892 8/12/2024
3.0.0-rc5 1,231 7/2/2024
3.0.0-rc2 1,665 6/24/2024
3.0.0-rc11 546 9/18/2024
3.0.0-rc10 727 9/4/2024
3.0.0-rc1 1,263 6/2/2024
2.0.4 963 9/18/2024
2.0.3 16,509 7/2/2024
2.0.3-rc3 3,279 6/16/2024
2.0.3-rc2 717 6/16/2024
2.0.3-rc1 796 6/16/2024
2.0.2 62,145 2/4/2024
2.0.1 99,807 4/16/2023
2.0.0 42,326 4/1/2023
2.0.0-rc3 4,464 2/27/2023
1.8.0 13,350 2/7/2023
1.8.0-rc1 2,964 1/16/2023
1.7.0 113,207 11/13/2022
1.6.0 103,753 5/21/2022
1.6.0-rc1 1,831 5/15/2022
1.5.1 126,586 1/8/2022
1.5.0 10,865 11/14/2021
1.5.0-rc1 1,516 11/2/2021
1.4.0 77,345 6/18/2021
1.4.0-rc1 23,563 6/17/2021
1.3.1 5,578 6/6/2021
1.3.0 114,279 1/8/2021
1.3.0-rc1 1,875 12/26/2020
1.2.0 77,739 2/4/2020
1.2.0-rc1 1,744 1/25/2020
1.1.2 12,642 3/11/2019
1.1.1 4,474 2/16/2019
1.1.1-rc2 1,987 2/13/2019
1.1.1-rc0 3,371 1/13/2019
1.1.0 7,293 12/9/2018
1.0.2 4,836 11/8/2018
1.0.1 4,157 3/12/2018
1.0.0 3,907 3/4/2018
0.9.10 7,974 4/24/2017
0.9.8.34503 2,792 2/26/2017
0.9.7.41418 2,790 2/21/2017
0.9.4.42839 2,881 2/14/2017
0.9.4.28525 2,840 2/19/2017
0.9.4.25654 2,810 2/19/2017
0.9.3.799 2,809 2/12/2017
0.9.2.429 2,488 1/22/2017
0.9.1.43075 2,796 1/22/2017
0.8.1.28358 2,380 5/21/2016

Summary of changes made in this release of the package.