SlimMessageBus.Host 0.9.13

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SlimMessageBus.Host --version 0.9.13
                    
NuGet\Install-Package SlimMessageBus.Host -Version 0.9.13
                    
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.Host" Version="0.9.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SlimMessageBus.Host" Version="0.9.13" />
                    
Directory.Packages.props
<PackageReference Include="SlimMessageBus.Host" />
                    
Project file
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 SlimMessageBus.Host --version 0.9.13
                    
#r "nuget: SlimMessageBus.Host, 0.9.13"
                    
#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 SlimMessageBus.Host@0.9.13
                    
#: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=SlimMessageBus.Host&version=0.9.13
                    
Install as a Cake Addin
#tool nuget:?package=SlimMessageBus.Host&version=0.9.13
                    
Install as a Cake Tool

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, Apache Kafka or Azure Event Hub messaging.

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 (22)

Showing the top 5 NuGet packages that depend on SlimMessageBus.Host:

Package Downloads
SlimMessageBus.Host.AspNetCore

Extensions for SlimMessageBus to integrate it with ASP.NET Core dependency injection

SlimMessageBus.Host.Memory

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

SlimMessageBus.Host.AzureServiceBus

Azure Service Bus provider for SlimMessageBus

SlimMessageBus.Host.Kafka

Apache Kafka provider for SlimMessageBus

SlimMessageBus.Host.MsDependencyInjection

SlimMessageBus adapter for Microsoft.Extenstension.DependencyInjection IoC container

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.5.0-rc100 823 4/19/2026
3.4.0 9,209 3/21/2026
3.4.0-rc115 860 3/17/2026
3.4.0-rc113 1,052 3/10/2026
3.4.0-rc112 929 2/24/2026
3.4.0-rc111 852 2/24/2026
3.4.0-rc110 896 2/12/2026
3.3.7-rc200 1,501 12/18/2025
3.3.7-rc100 1,188 12/18/2025
3.3.6 52,088 11/28/2025
3.3.5 13,547 11/14/2025
3.3.5-rc101 1,897 10/22/2025
3.3.5-rc100 1,267 10/14/2025
3.3.4 14,452 10/3/2025
3.3.3 12,524 9/21/2025
3.3.3-rc100 971 9/18/2025
3.3.2 22,802 9/4/2025
3.3.2-rc102 852 9/4/2025
3.3.2-rc101 830 9/4/2025
0.9.13 2,259 7/15/2017
Loading failed