SlimMessageBus.Host.Serialization 3.3.0-rc202

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

SlimMessageBus is a lightweight and extensible message bus framework for .NET, designed to simplify working with message brokers and in-process messaging.

It supports a variety of transport providers and offers built-in patterns like publish/subscribe and request/response over queues.

Supported Transports

  • Amazon SQS/SNS
  • Apache Kafka
  • Azure Event Hub
  • Azure Service Bus
  • Hybrid (combine multiple transports)
  • In-memory (for domain events and mediator-style messaging)
  • MQTT / Azure IoT Hub
  • NATS
  • RabbitMQ
  • Redis
  • SQL (MS SQL)

Available Plugins

  • FluentValidation for message validation
  • Transactional Outbox pattern (supports SQL, PostgreSQL, and DbContext)
  • Serialization with JSON, Avro, or ProtoBuf
  • AsyncAPI spec generation
  • Consumer Circuit Breaker with Health Checks integration

For full documentation and examples, visit the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (7)

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

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.Serialization.Json

Plugin for SlimMessageBus that provides JSON serialization based on the Json.NET library

SlimMessageBus.Host.Configuration

Core configuration interfaces of SlimMessageBus

SlimMessageBus.Host.Serialization.SystemTextJson

Plugin for SlimMessageBus that provides JSON serialization based on the native System.Text.Json library

SlimMessageBus.Host.Serialization.Hybrid

Extension to SlimMessageBus that delegates serialization to the respective serialization plugin based on message type.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.3.0 0 7/16/2025
3.3.0-rc202 592 6/26/2025
3.1.0 31,262 4/1/2025
3.0.0 13,327 1/26/2025
3.0.0-rc905 535 1/14/2025
3.0.0-rc904 553 1/13/2025
3.0.0-rc900 1,471 11/28/2024
3.0.0-rc9 6,030 9/2/2024
3.0.0-rc8 1,613 8/22/2024
3.0.0-rc7 758 8/20/2024
3.0.0-rc6 820 8/12/2024
3.0.0-rc5 1,189 7/2/2024
3.0.0-rc2 1,861 6/24/2024
3.0.0-rc12 798 11/25/2024
3.0.0-rc11 544 9/18/2024
3.0.0-rc10 757 9/4/2024
3.0.0-rc1 978 6/2/2024
2.0.4 72,371 9/18/2024
2.0.3 47,383 7/2/2024
2.0.3-rc3 3,205 6/16/2024
2.0.3-rc2 689 6/16/2024
2.0.3-rc1 771 6/16/2024
2.0.2 134,390 2/4/2024
2.0.1 135,964 4/16/2023
2.0.0 53,843 4/1/2023
2.0.0-rc1 1,348 3/30/2023
1.1.1 319,103 1/8/2022
1.1.0 144,293 1/8/2021
1.0.4 86,824 2/4/2020
1.0.3 20,841 3/11/2019
1.0.2 5,559 2/16/2019
1.0.2-rc1 1,678 2/13/2019
1.0.2-rc0 1,666 2/13/2019
1.0.0 4,355 12/25/2018