NServiceBus 10.1.0

Prefix Reserved
dotnet add package NServiceBus --version 10.1.0
                    
NuGet\Install-Package NServiceBus -Version 10.1.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="NServiceBus" Version="10.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NServiceBus" Version="10.1.0" />
                    
Directory.Packages.props
<PackageReference Include="NServiceBus" />
                    
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 NServiceBus --version 10.1.0
                    
#r "nuget: NServiceBus, 10.1.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.
#:package NServiceBus@10.1.0
                    
#: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=NServiceBus&version=10.1.0
                    
Install as a Cake Addin
#tool nuget:?package=NServiceBus&version=10.1.0
                    
Install as a Cake Tool

About this package

This NuGet package is part of the Particular Service Platform, which includes NServiceBus and tools to build, monitor, and debug distributed systems.

Click the Project website link in the NuGet sidebar to access specific documentation for this package.

About NServiceBus

With NServiceBus, you can:

  • Focus on business logic, not on plumbing or infrastructure code
  • Orchestrate long-running business processes with sagas
  • Run on-premises, in the cloud, in containers, or serverless
  • Monitor and respond to failures using included platform tooling
  • Observe system performance using Open Telemetry integration

NServiceBus includes:

  • Support for messages queues using Azure Service Bus, Azure Storage Queues, Amazon SQS/SNS, RabbitMQ, and Microsoft SQL Server
  • Support for storing data in Microsoft SQL Server, MySQL, PostgreSQL, Oracle, Azure Cosmos DB, Azure Table Storage, Amazon DynamoDB, MongoDB, and RavenDB
  • 24x7 professional support from a team of dedicated engineers located around the world

Getting started

Packages

Find links to all our NuGet packages in our documentation.

Support

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

NuGet packages (323)

Showing the top 5 NuGet packages that depend on NServiceBus:

Package Downloads
NServiceBus.Newtonsoft.Json

Json.NET serializer for NServiceBus

NServiceBus.Persistence.Sql

Sql persistence for NServiceBus

NServiceBus.Metrics

Hooks into the NServiceBus pipeline and computes metrics like Processing Time and reports them.

NServiceBus.RabbitMQ

RabbitMQ support for NServiceBus

NServiceBus.Testing

A testing framework for NServiceBus

GitHub repositories (17)

Showing the top 17 popular GitHub repositories that depend on NServiceBus:

Repository Stars
AppMetrics/AppMetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
IoTSharp/IoTSharp
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
charlessolar/Aggregates.NET
.NET event sourced domain driven design model via NServiceBus and GetEventStore
charlessolar/eShopOnContainersDDD
Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
Fody/Anotar
Simplifies logging through a static class and some IL manipulation.
charlessolar/TodoMVC-DDD-CQRS-EventSourcing
Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design
mauroservienti/all-our-aggregates-are-wrong-demos
A microservices powered e-commerce shopping cart sample - based on SOA principles. Demos and sample for my "All our Aggregates are Wrong" talk
elbandit/PPPDDD
Sample code for the book Principles, Practices and Patterns of Domain-Driven Design
charlessolar/DDD.Enterprise.Example
An example of an enterprise-ready architecture built with NServicebus, GetEventStore, RabbitMq, and ServiceStack
stidsborg/Cleipnir.NET
Surviving crashes in plain C#-code
danielmarbach/Microservices.ServiceFabric
elliotritchie/NES
.NET Event Sourcing
kamilbaczek/Modular-monolith-by-example
Modular monolith architecture example in .NET. Estimation Tool is tool to optimize estimation process in IT company.
newrelic/newrelic-dotnet-agent
The New Relic .NET language agent.
Particular/docs.particular.net
All content for ParticularDocs
Version Downloads Last Updated
10.1.0 5,477 2/6/2026
10.0.1 2,116 2/3/2026
10.0.0 17,797 1/29/2026
9.2.9 3,464 2/3/2026
9.2.8 159,344 12/3/2025
9.2.7 1,281,623 4/10/2025
9.2.6 649,779 2/13/2025
9.2.5 300,521 2/5/2025
9.2.4 279,897 1/14/2025
9.2.3 1,215,489 11/1/2024
9.2.2 507,624 9/10/2024
9.1.4 6,640 2/13/2025
9.1.3 4,724 2/5/2025
9.1.2 1,120,519 11/1/2024
9.0.5 8,802 1/21/2025
9.0.4 6,166 11/1/2024
8.2.6 15,702 12/3/2025
8.2.5 285,395 2/13/2025
8.2.4 537,186 11/1/2024
7.8.6 227,418 11/1/2024
Loading failed