MassTransit 8.0.4
Prefix ReservedSee the version list below for details.
dotnet add package MassTransit --version 8.0.4
NuGet\Install-Package MassTransit -Version 8.0.4
<PackageReference Include="MassTransit" Version="8.0.4" />
<PackageVersion Include="MassTransit" Version="8.0.4" />
<PackageReference Include="MassTransit" />
paket add MassTransit --version 8.0.4
#r "nuget: MassTransit, 8.0.4"
#:package MassTransit@8.0.4
#addin nuget:?package=MassTransit&version=8.0.4
#tool nuget:?package=MassTransit&version=8.0.4
MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com/
Product | Versions 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 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 is compatible. |
.NET Framework | net461 is compatible. 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. |
-
.NETFramework 4.6.1
- MassTransit.Abstractions (>= 8.0.4)
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.18)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 3.1.18)
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.18)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.18)
- Microsoft.Extensions.Options (>= 3.1.18)
- System.Diagnostics.DiagnosticSource (>= 6.0.0)
- System.Text.Json (>= 6.0.2)
- System.Threading.Channels (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- MassTransit.Abstractions (>= 8.0.4)
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.18)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 3.1.18)
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.18)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.18)
- Microsoft.Extensions.Options (>= 3.1.18)
- System.Diagnostics.DiagnosticSource (>= 6.0.0)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Text.Json (>= 6.0.2)
- System.Threading.Channels (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- MassTransit.Abstractions (>= 8.0.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.18)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 3.1.18)
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.18)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.18)
- Microsoft.Extensions.Options (>= 3.1.18)
- System.Diagnostics.DiagnosticSource (>= 6.0.0)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Text.Json (>= 6.0.2)
- System.Threading.Channels (>= 6.0.0)
-
net6.0
- MassTransit.Abstractions (>= 8.0.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.18)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 3.1.18)
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.18)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.18)
- Microsoft.Extensions.Options (>= 3.1.18)
- System.Diagnostics.DiagnosticSource (>= 6.0.0)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Text.Json (>= 6.0.2)
- System.Threading.Channels (>= 6.0.0)
NuGet packages (601)
Showing the top 5 NuGet packages that depend on MassTransit:
Package | Downloads |
---|---|
MassTransit.RabbitMQ
MassTransit RabbitMQ transport support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity. |
|
MassTransit.Extensions.DependencyInjection
MassTransit Microsoft.Extensions.DependencyInjection support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com |
|
MassTransit.Azure.ServiceBus.Core
MassTransit Azure Service Bus Core transport support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity. |
|
MassTransit.AspNetCore
MassTransit hosting for ASP.NET Core; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com |
|
MassTransit.Newtonsoft
MassTransit Newtonsoft JSON/BSON support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity. |
GitHub repositories (51)
Showing the top 20 popular GitHub repositories that depend on MassTransit:
Repository | Stars |
---|---|
elsa-workflows/elsa-core
A .NET workflows library
|
|
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
|
|
evolutionary-architecture/evolutionary-architecture-by-example
Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
|
|
JasperFx/wolverine
Supercharged .NET server side development!
|
|
meysamhadeli/booking-microservices
A practical microservices with the latest technologies and architecture like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit in .Net 9.
|
|
Cleanuparr/Cleanuparr
Cleanuparr is a tool for automating the cleanup of unwanted or blocked files in Sonarr, Radarr, and supported download clients like qBittorrent, Deluge and Transmission.
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
|
trueai-org/module-shop
一个基于 .NET 8.0 构建的简单、跨平台、模块化的商城系统
|
|
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
simpleidserver/SimpleIdServer
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
|
|
hamed-shirbandi/TaskoMask
Task management system based on .NET 8 with Microservices, DDD, CQRS, Event Sourcing and Testing Concepts
|
|
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
|
|
Ulterius/server
[WIP] Ulterius™ server where all the magic happens :rocket: :feelsgood:
|
|
fullstackhero/dotnet-microservices-boilerplate
The Ultimate Microservices Starter Kit for .NET Developers!
|
|
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
|
|
CommunityToolkit/Aspire
A community project with additional components and extensions for .NET Aspire
|
|
JasperFx/jasper
Next generation application development framework for .Net
|
|
thangchung/practical-dotnet-aspire
The practical .NET Aspire builds on the coffeeshop app business domain
|
|
AntonioFalcaoJr/EventualShop
A state-of-the-art distributed system using Reactive DDD as uncertainty modeling, Event Storming as subdomain decomposition, Event Sourcing as an eventual persistence mechanism, CQRS, Async Projections, Microservices for individual deployable units, Event-driven Architecture for efficient integration, and Clean Architecture as domain-centric design
|
|
einmontal/OnlineShop
|
Version | Downloads | Last Updated |
---|---|---|
8.5.1 | 39,540 | 7/12/2025 |
8.5.0 | 305,412 | 6/20/2025 |
8.4.1 | 1,039,749 | 5/13/2025 |
8.4.0 | 2,142,605 | 3/18/2025 |
8.3.7 | 1,585,523 | 3/6/2025 |
8.3.6 | 2,522,953 | 1/31/2025 |
8.3.5 | 274,740 | 1/28/2025 |
8.3.4 | 3,017,071 | 12/16/2024 |
8.3.3 | 731,360 | 12/5/2024 |
8.3.2 | 1,085,712 | 11/20/2024 |
8.3.1 | 1,606,819 | 11/7/2024 |
8.3.0 | 2,447,475 | 10/16/2024 |
8.2.5 | 4,191,169 | 8/23/2024 |
8.2.4 | 1,553,762 | 8/9/2024 |
8.2.3 | 4,521,665 | 6/18/2024 |
8.2.2 | 3,740,437 | 4/26/2024 |
8.2.1 | 1,904,339 | 4/12/2024 |
8.2.0 | 1,471,847 | 3/24/2024 |
8.1.3 | 7,099,947 | 12/20/2023 |
8.1.2 | 1,997,818 | 11/14/2023 |
8.1.1 | 3,004,043 | 9/30/2023 |
8.1.0 | 2,438,328 | 8/15/2023 |
8.0.16 | 5,538,886 | 5/23/2023 |
8.0.15 | 1,954,160 | 4/24/2023 |
8.0.14 | 3,109,149 | 3/17/2023 |
8.0.13 | 2,266,460 | 2/18/2023 |
8.0.12 | 1,353,654 | 1/26/2023 |
8.0.11 | 298,400 | 1/20/2023 |
8.0.10 | 1,096,033 | 12/30/2022 |
8.0.9 | 1,575,146 | 12/5/2022 |
8.0.8 | 2,045,022 | 11/4/2022 |
8.0.7 | 1,488,301 | 10/7/2022 |
8.0.6 | 3,276,716 | 8/14/2022 |
8.0.5 | 1,875,533 | 7/11/2022 |
8.0.4 | 66,791 | 7/10/2022 |
8.0.3 | 2,476,956 | 6/3/2022 |
8.0.2 | 1,747,663 | 4/29/2022 |
8.0.1 | 850,181 | 4/1/2022 |
8.0.0 | 1,247,079 | 3/19/2022 |
7.3.1 | 11,323,166 | 1/21/2022 |
7.3.0 | 2,655,055 | 12/7/2021 |
7.2.4 | 2,519,474 | 11/1/2021 |
7.2.3 | 764,026 | 10/14/2021 |
7.2.2 | 2,752,923 | 8/13/2021 |
7.2.1 | 2,214,799 | 6/26/2021 |
7.2.0 | 1,269,696 | 6/1/2021 |
7.1.8 | 2,416,665 | 4/13/2021 |
7.1.7 | 1,146,087 | 3/23/2021 |
7.1.6 | 1,182,575 | 2/26/2021 |
7.1.5 | 1,038,244 | 2/10/2021 |
7.1.4 | 621,794 | 1/27/2021 |
7.1.3 | 659,812 | 1/18/2021 |
7.1.2 | 762,797 | 1/4/2021 |
7.1.1 | 83,485 | 12/29/2020 |
7.1.0 | 149,997 | 12/27/2020 |
7.0.7 | 1,369,091 | 11/24/2020 |
7.0.6 | 1,599,202 | 10/25/2020 |
7.0.4 | 1,250,525 | 9/8/2020 |
7.0.3 | 841,837 | 8/8/2020 |
7.0.2 | 306,470 | 7/20/2020 |
7.0.1 | 230,039 | 7/12/2020 |
7.0.0 | 1,000,915 | 6/29/2020 |
6.3.2 | 2,253,995 | 5/18/2020 |
6.3.1 | 200,554 | 5/12/2020 |
6.3.0 | 91,134 | 5/10/2020 |
6.2.5 | 472,862 | 4/24/2020 |
6.2.4 | 645,549 | 4/2/2020 |
6.2.3 | 389,694 | 3/20/2020 |
6.2.2 | 195,602 | 3/14/2020 |
6.2.1 | 321,440 | 3/4/2020 |
6.2.0 | 276,434 | 2/24/2020 |
6.1.0 | 147,423 | 2/15/2020 |
6.0.2 | 487,732 | 1/21/2020 |
6.0.1 | 379,506 | 12/27/2019 |
6.0.0 | 640,095 | 12/3/2019 |
5.5.6 | 3,957,729 | 10/20/2019 |
5.5.5 | 1,462,183 | 8/26/2019 |
5.5.4 | 453,532 | 7/24/2019 |
5.5.3 | 92,770 | 7/17/2019 |
5.5.2 | 878,100 | 6/18/2019 |
5.5.1 | 154,024 | 6/4/2019 |
5.5.0 | 181,333 | 5/29/2019 |
5.3.2 | 1,252,863 | 2/20/2019 |
5.3.1 | 201,803 | 2/8/2019 |
5.3.0 | 37,504 | 2/4/2019 |
5.2.3 | 312,154 | 1/19/2019 |
5.2.1 | 169,056 | 1/8/2019 |
5.2.0 | 144,916 | 12/25/2018 |
5.1.5 | 1,156,809 | 9/19/2018 |
5.1.4 | 852,598 | 7/13/2018 |
5.1.3 | 235,747 | 6/26/2018 |
5.1.2 | 358,208 | 5/21/2018 |
5.1.1 | 22,378 | 5/19/2018 |
5.1.0 | 46,417 | 5/11/2018 |
5.0.2 | 127,758 | 4/29/2018 |
5.0.1 | 96,497 | 4/24/2018 |
5.0.0 | 67,485 | 4/17/2018 |
4.0.1 | 948,986 | 1/25/2018 |
4.0.0 | 100,217 | 1/1/2018 |
3.5.7 | 754,357 | 3/29/2017 |
2.10.2 | 203,000 | 4/24/2016 |
2.0.0 | 58,276 | 5/3/2011 |