NServiceBus 8.2.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package NServiceBus --version 8.2.1
                    
NuGet\Install-Package NServiceBus -Version 8.2.1
                    
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="8.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NServiceBus" Version="8.2.1" />
                    
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 8.2.1
                    
#r "nuget: NServiceBus, 8.2.1"
                    
#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.
#addin nuget:?package=NServiceBus&version=8.2.1
                    
Install NServiceBus as a Cake Addin
#tool nuget:?package=NServiceBus&version=8.2.1
                    
Install NServiceBus 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 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 was computed.  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 was computed.  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 is compatible.  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 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  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.

NuGet packages (307)

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.RabbitMQ

RabbitMQ support for NServiceBus

NServiceBus.Metrics

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

NServiceBus.Testing

A testing framework for NServiceBus

GitHub repositories (18)

Showing the top 18 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.
JasperFx/wolverine
Supercharged .NET server side development!
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
danielmarbach/Microservices.ServiceFabric
elliotritchie/NES
.NET Event Sourcing
stidsborg/Cleipnir.NET
Simply making crash-resilient code simple
Particular/docs.particular.net
All content for ParticularDocs
newrelic/newrelic-dotnet-agent
The New Relic .NET language agent.
kamilbaczek/Modular-monolith-by-example
Modular monolith architecture example in .NET. Estimation Tool is tool to optimize estimation process in IT company.
Version Downloads Last updated
9.2.7 60,610 4/10/2025
9.2.6 168,331 2/13/2025
9.2.5 42,077 2/5/2025
9.2.4 131,228 1/14/2025
9.2.3 399,160 11/1/2024
9.2.2 285,346 9/10/2024
9.1.4 1,953 2/13/2025
9.1.3 1,657 2/5/2025
9.1.2 259,998 11/1/2024
9.1.1 198,343 7/31/2024
9.1.0 129,757 7/19/2024
9.0.5 1,891 1/21/2025
9.0.4 2,345 11/1/2024
9.0.3 68,634 7/5/2024
9.0.2 86,861 6/13/2024
9.0.1 31,651 6/3/2024
9.0.0 741,347 4/16/2024
8.2.5 70,825 2/13/2025
8.2.4 217,473 11/1/2024
8.2.3 197,107 8/5/2024
8.2.2 132,289 7/5/2024
8.2.1 69,080 6/3/2024
8.2.0 343,193 4/11/2024
8.1.8 3,114 8/5/2024
8.1.7 2,322 6/3/2024
8.1.6 887,497 11/6/2023
8.1.5 34,443 10/26/2023
8.1.4 60,616 10/16/2023
8.1.3 196,798 9/5/2023
8.1.2 3,364 9/4/2023
8.1.1 372,157 6/19/2023
8.0.8 200,113 11/6/2023
8.0.7 3,897 10/26/2023
8.0.6 2,437 10/16/2023
8.0.5 237,015 9/5/2023
8.0.4 1,764 9/1/2023
8.0.3 1,137,278 1/12/2023
8.0.2 101,713 12/12/2022
8.0.1 34,310 12/2/2022
8.0.0 1,401,212 11/17/2022
8.0.0-rc.3 21,855 9/19/2022
8.0.0-beta.3 6,922 5/26/2022
8.0.0-beta.2 10,907 5/26/2022
7.8.6 68,613 11/1/2024
7.8.5 130,108 6/3/2024
7.8.4 324,154 9/5/2023
7.8.3 2,822 9/1/2023
7.8.2 1,374,698 12/12/2022
7.8.1 275,697 12/6/2022
7.8.0 1,158,811 9/19/2022
7.7.6 20,444 12/12/2022
7.7.5 19,937 12/6/2022
7.7.4 615,537 7/20/2022
7.7.3 1,004,910 4/26/2022
7.7.2 41,219 4/20/2022
7.7.0 623,079 3/9/2022
7.6.3 10,731 7/20/2022
7.6.2 19,475 4/20/2022
7.6.0 757,827 12/17/2021
7.5.2 5,675 4/20/2022
7.5.0 2,127,750 7/15/2021
7.4.7 301,247 5/31/2021
7.4.6 440,050 3/31/2021
7.4.4 1,442,279 10/27/2020
7.4.3 381,833 9/17/2020
7.4.2 240,954 8/27/2020
7.4.1 39,028 8/21/2020
7.4.0 1,312,113 8/14/2020
7.3.2 30,071 10/27/2020
7.3.1 4,524 9/17/2020
7.3.0 1,426,554 5/8/2020
7.2.5 240,276 9/17/2020
7.2.4 738,414 4/20/2020
7.2.3 2,355,680 2/26/2020
7.2.2 213,744 2/11/2020
7.2.1 80,405 1/29/2020 7.2.1 is deprecated.
7.2.0 3,061,862 10/23/2019
7.1.13 14,594 4/20/2020
7.1.12 4,356 2/26/2020
7.1.11 11,445 1/29/2020
7.1.10 1,601,471 6/24/2019
7.1.9 510,738 5/22/2019
7.1.8 141,568 5/13/2019
7.1.7 365,803 4/3/2019
7.1.6 1,438,483 12/11/2018
7.1.5 35,167 12/4/2018
7.1.4 428,778 9/11/2018
7.1.3 34,876 8/30/2018
7.1.0-beta0026 3,581 6/19/2018
7.1.0-beta0024 2,759 6/15/2018
7.0.3 34,665 12/4/2018
7.0.2 4,786 9/11/2018
7.0.1 3,052,514 5/29/2018
7.0.0-rc0002 16,672 4/6/2018
7.0.0-rc0001 47,848 2/16/2018
7.0.0-beta0012 26,539 12/18/2017
7.0.0-beta0008 47,899 10/13/2017
7.0.0-beta0001 24,743 9/7/2017
6.5.10 152,084 4/20/2020
6.5.9 4,022 1/29/2020
6.5.8 62,895 6/24/2019
6.5.7 3,923 6/18/2019
6.5.6 9,579 5/13/2019
6.5.5 11,953 3/28/2019
6.5.4 51,156 9/11/2018
6.5.3 8,938 8/30/2018
6.5.0-beta0002 2,662 6/19/2018
6.5.0-beta0001 2,677 6/15/2018
6.4.5 33,937 9/11/2018
6.4.4 193,357 5/21/2018
6.4.3 486,522 11/24/2017
6.4.2 155,389 10/26/2017
6.4.1 30,117 10/5/2017
6.4.0 294,333 8/18/2017
6.3.9 10,663 11/24/2017
6.3.8 9,464 10/26/2017
6.3.7 4,584 10/5/2017
6.3.6 32,654 8/11/2017
6.3.5 4,836 8/11/2017
6.3.4 247,126 6/7/2017
6.3.3 18,434 6/1/2017
6.3.2 5,881 5/30/2017
6.3.1 29,055 5/19/2017
6.3.0 12,371 5/19/2017
6.2.8 25,640 10/26/2017
6.2.7 4,670 10/5/2017
6.2.6 5,001 8/11/2017
6.2.5 4,690 8/11/2017
6.2.4 5,184 6/7/2017
6.2.3 4,782 6/1/2017
6.2.2 4,856 5/30/2017
6.2.1 82,021 4/12/2017
6.2.0 82,465 3/28/2017
6.1.10 16,662 8/11/2017
6.1.9 4,606 8/11/2017
6.1.8 4,886 6/7/2017
6.1.7 4,651 6/1/2017
6.1.6 4,642 5/30/2017
6.1.5 5,081 4/12/2017
6.1.4 16,603 3/24/2017
6.1.3 44,613 2/14/2017
6.1.2 195,358 1/17/2017
6.1.1 32,353 12/16/2016
6.1.0 17,515 12/13/2016
6.0.10 9,516 6/7/2017
6.0.9 4,697 5/30/2017
6.0.8 4,836 4/12/2017
6.0.7 4,768 3/24/2017
6.0.6 5,007 1/17/2017
6.0.5 4,712 12/16/2016
6.0.4 8,557 12/5/2016
6.0.3 7,534 12/2/2016
6.0.2 5,768 11/29/2016
6.0.1 6,502 11/29/2016
6.0.0 483,718 10/11/2016
6.0.0-rc0003 6,107 9/29/2016
6.0.0-rc0002 14,462 9/14/2016
6.0.0-beta0007 9,656 8/18/2016
6.0.0-beta0004 7,669 6/9/2016
6.0.0-beta0003 3,633 5/27/2016
6.0.0-beta0002 4,009 4/28/2016
6.0.0-beta0001 66,808 4/8/2016
5.2.26 271,595 5/23/2018
5.2.25 48,751 11/15/2017
5.2.24 15,349 9/15/2017
5.2.23 11,533 8/15/2017
5.2.22 24,625 6/7/2017
5.2.21 91,806 12/5/2016
5.2.20 10,241 12/2/2016
5.2.19 37,712 10/12/2016
5.2.18 16,213 10/10/2016
5.2.17 6,721 10/5/2016
5.2.16 23,885 9/9/2016
5.2.15 50,381 8/17/2016
5.2.14 471,888 1/28/2016
5.2.13 6,533 1/27/2016
5.2.12 65,045 12/14/2015
5.2.11 14,104 12/8/2015
5.2.10 32,818 11/20/2015
5.2.9 53,550 10/22/2015
5.2.8 95,702 10/15/2015
5.2.7 13,118 10/6/2015
5.2.6 24,449 9/13/2015
5.2.5 43,622 8/20/2015
5.2.4 57,753 8/5/2015
5.2.3 44,731 6/24/2015
5.2.2 24,364 6/12/2015
5.2.0 158,436 2/12/2015
5.1.9 6,342 1/28/2016
5.1.8 4,382 1/28/2016
5.1.7 5,516 12/8/2015
5.1.6 4,420 11/20/2015
5.1.5 4,392 10/22/2015
5.1.4 7,491 10/15/2015
5.1.3 38,087 1/19/2015
5.1.2 51,763 11/7/2014
5.1.1 7,087 11/4/2014
5.1.0 11,959 11/1/2014
5.0.11 16,796 1/28/2016
5.0.10 5,134 1/28/2016
5.0.9 5,329 12/8/2015
5.0.8 5,453 11/20/2015
5.0.7 5,323 10/22/2015
5.0.6 14,527 10/15/2015
5.0.5 6,287 8/26/2015
5.0.4 6,182 3/31/2015
5.0.3 13,174 10/27/2014
5.0.2 19,849 10/24/2014
5.0.1 8,621 10/9/2014
5.0.0 680,093 9/29/2014
4.7.12 51,476 1/28/2016
4.7.11 9,643 12/14/2015
4.7.10 8,738 12/8/2015
4.7.9 11,930 11/20/2015
4.7.8 9,960 10/22/2015
4.7.7 10,078 10/15/2015
4.7.6 12,708 6/24/2015
4.7.5 39,183 11/20/2014
4.7.4 9,984 10/31/2014
4.7.3 9,371 10/30/2014
4.7.2 9,797 10/24/2014
4.7.1 12,522 10/9/2014
4.7.0 19,261 10/7/2014
4.6.10 19,102 10/15/2015
4.6.9 9,657 4/1/2015
4.6.8 11,678 10/8/2014
4.6.7 9,492 10/3/2014
4.6.6 21,932 9/26/2014
4.6.5 39,951 9/10/2014
4.6.4 19,998 8/22/2014
4.6.3 35,467 7/17/2014
4.6.2 12,847 7/16/2014
4.6.1 92,709 5/2/2014
4.6.0 13,958 5/1/2014
4.5.7 10,768 10/15/2015
4.5.6 8,979 4/1/2015
4.5.5 8,526 10/9/2014
4.5.4 8,585 10/3/2014
4.5.3 8,612 8/22/2014
4.5.2 9,033 7/22/2014
4.5.1 7,374 4/23/2014
4.5.0 13,487 4/16/2014
4.4.8 18,684 10/15/2015
4.4.7 9,044 4/2/2015
4.4.6 9,208 10/9/2014
4.4.5 9,116 10/3/2014
4.4.4 9,993 8/22/2014
4.4.3 8,889 7/22/2014
4.4.2 80,478 2/27/2014
4.4.1 9,965 2/26/2014
4.4.0 27,755 2/12/2014
4.3.10 11,248 4/1/2015
4.3.8 19,891 10/9/2014
4.3.7 9,259 10/3/2014
4.3.6 9,235 8/22/2014
4.3.5 9,364 7/22/2014
4.3.4 27,167 2/5/2014
4.3.3 13,771 1/22/2014
4.3.2.1 7,548 1/7/2014
4.3.1 12,050 12/16/2013
4.3.0 15,548 12/5/2013
4.2.7 13,283 6/23/2015
4.2.6 9,146 4/1/2015
4.2.5 11,016 10/10/2014
4.2.4 9,689 10/2/2014
4.2.3 9,410 8/21/2014
4.2.2 9,483 7/22/2014
4.2.1 4,599 5/2/2014
4.2.0 44,865 11/5/2013
4.1.8 11,677 6/23/2015
4.1.7 15,466 4/2/2015
4.1.6 22,021 10/14/2014
4.1.5 9,438 10/2/2014
4.1.4 9,517 8/21/2014
4.1.3 13,055 7/22/2014
4.1.2 4,173 5/8/2014
4.1.1 23,804 10/21/2013
4.1.0 12,720 10/17/2013
4.0.11 18,537 6/23/2015
4.0.10 9,535 3/31/2015
4.0.9 12,689 10/16/2014
4.0.8 12,629 10/2/2014
4.0.7 12,950 8/21/2014
4.0.6 12,580 7/22/2014
4.0.5 25,250 10/1/2013
4.0.4 30,476 9/4/2013
4.0.3 30,136 8/19/2013
4.0.2 18,286 8/1/2013
4.0.1 18,031 7/22/2013
4.0.0.1 34,680 7/11/2013
4.0.0-rc0002 7,379 7/5/2013
4.0.0-rc0001 7,883 6/2/2013
4.0.0-beta0002 7,343 4/24/2013
4.0.0-beta0001 10,716 3/21/2013
3.3.18 21,710 12/8/2015
3.3.17 9,925 10/22/2015
3.3.16 10,232 10/16/2015
3.3.15 13,000 4/21/2015
3.3.14 10,445 1/28/2015
3.3.13 12,681 11/5/2014
3.3.12 13,941 10/2/2014
3.3.11 12,335 8/21/2014
3.3.10 17,138 8/1/2014
3.3.9 12,236 7/17/2014
3.3.8 36,157 6/5/2013
3.3.7 23,462 5/8/2013
3.3.7-beta4 5,997 5/2/2013
3.3.7-beta3 5,937 5/1/2013
3.3.7-beta1 5,966 4/30/2013
3.3.6 17,003 4/22/2013
3.3.5 30,304 2/7/2013
3.3.4 18,831 1/15/2013
3.3.4-beta5 6,036 1/14/2013
3.3.4-beta4 5,972 1/14/2013
3.3.4-beta3 5,887 1/9/2013
3.3.4-beta2 6,113 1/7/2013
3.3.3 24,404 12/11/2012
3.3.3-beta2 6,388 12/10/2012
3.3.3-beta1 6,207 12/5/2012
3.3.2 14,978 11/20/2012
3.3.1 18,539 11/5/2012
3.3.0 25,060 10/29/2012
3.2.8 38,438 8/29/2012
3.2.7 11,418 8/8/2012
3.2.6 15,391 7/11/2012
3.2.5 6,870 7/10/2012
3.2.4 11,472 6/23/2012
3.2.3 7,957 6/20/2012
3.2.2 9,440 6/4/2012
3.2.1 7,225 5/29/2012
3.2.0 10,746 5/22/2012
3.1.1 6,810 5/21/2012
3.1.0 6,902 5/21/2012
3.0.4 10,403 5/8/2012
3.0.3 10,680 4/4/2012
3.0.2 7,311 4/2/2012
3.0.1 8,880 3/23/2012
3.0.0 12,488 3/8/2012
3.0.0-rc5 3,883 2/21/2012
3.0.0-rc4 3,965 2/13/2012
3.0.0-rc3 3,808 2/9/2012
3.0.0-rc2 3,960 1/28/2012
3.0.0-rc1 3,935 1/27/2012
3.0.0-beta6 4,044 1/9/2012
3.0.0-beta5 3,872 1/9/2012
3.0.0-beta4 4,517 1/6/2012
3.0.0-beta3 4,581 12/28/2011
3.0.0-beta2 4,468 12/22/2011
3.0.0-beta1 4,579 12/16/2011
2.6.0.1511 18,285 3/25/2012
2.6.0.1506 12,349 1/10/2012
2.6.0.1505 13,454 9/22/2011
2.6.0.1504 7,396 9/12/2011
2.6.0.1498 6,470 9/5/2011
2.6.0.1496 10,104 8/9/2011
2.5.0.1490 9,619 7/30/2011
2.5.0.1476 9,002 7/18/2011
2.5.0.1469 10,732 7/18/2011
2.5.0.1446 21,555 7/18/2011