MassTransit.Azure.ServiceBus.Core
8.0.3-develop.465
Prefix Reserved
See the version list below for details.
dotnet add package MassTransit.Azure.ServiceBus.Core --version 8.0.3-develop.465
NuGet\Install-Package MassTransit.Azure.ServiceBus.Core -Version 8.0.3-develop.465
<PackageReference Include="MassTransit.Azure.ServiceBus.Core" Version="8.0.3-develop.465" />
<PackageVersion Include="MassTransit.Azure.ServiceBus.Core" Version="8.0.3-develop.465" />
<PackageReference Include="MassTransit.Azure.ServiceBus.Core" />
paket add MassTransit.Azure.ServiceBus.Core --version 8.0.3-develop.465
#r "nuget: MassTransit.Azure.ServiceBus.Core, 8.0.3-develop.465"
#addin nuget:?package=MassTransit.Azure.ServiceBus.Core&version=8.0.3-develop.465&prerelease
#tool nuget:?package=MassTransit.Azure.ServiceBus.Core&version=8.0.3-develop.465&prerelease
MassTransit Azure Service Bus Core transport support; 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
- Azure.Identity (>= 1.6.0)
- Azure.Messaging.ServiceBus (>= 7.7.0)
- MassTransit (>= 8.0.3-develop.465)
-
.NETStandard 2.0
- Azure.Identity (>= 1.6.0)
- Azure.Messaging.ServiceBus (>= 7.7.0)
- MassTransit (>= 8.0.3-develop.465)
-
.NETStandard 2.1
- Azure.Identity (>= 1.6.0)
- Azure.Messaging.ServiceBus (>= 7.7.0)
- MassTransit (>= 8.0.3-develop.465)
-
net6.0
- Azure.Identity (>= 1.6.0)
- Azure.Messaging.ServiceBus (>= 7.7.0)
- MassTransit (>= 8.0.3-develop.465)
NuGet packages (62)
Showing the top 5 NuGet packages that depend on MassTransit.Azure.ServiceBus.Core:
Package | Downloads |
---|---|
MassTransit.WebJobs.ServiceBus
MassTransit Azure WebJobs Service Bus support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity. |
|
MassTransit.WebJobs.EventHubs
MassTransit Azure WebJobs Event Hubs support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity. |
|
RSMassTransit.Client.AzureServiceBus.Core
Azure Service Bus client for RSMassTransit, a MassTransit message bus interface for SQL Server Reporting Services |
|
Carbon.MassTransit
3.10.2 - Healthcheck for RabbitMQ fixed; special characters inthe username and password are now supported 3.10.1 - Dotnet 8.0 target framework added, older versions removed 3.9.6 - ReqRespAsync pattern support via ServiceBus restored - RoutingSlip ServiceBus support added 3.9.3 - It is now possible to call AddAsHighAvailableQueue and AddAsDefaultQueue extensions using custom RabbitMQSettings objects. 3.9.2 - Fixes a dependency injection unexpected behaviour when multi reqrespasync used 3.9.0 - MultiTarget framework support (.net3.1 - 5 - 6) rather than being single target with .NetStandard 2.0 which is outdated 3.8.0 - It is now possible to supply custom configuration objects to AddRabbitMqBus and AddServiceBus extensions. - It is now possible to give custom health check tags to AddRabbitMqBus extensions (helps in avoiding duplicates). 3.7.8 - Fixed a critical bug when ReqRespAsync is used in multiple APIs and same virtual hosts - Add multiple responder to your project 3.7.2 -Fixed a bug for quorum ReqRespAsync patterns 3.7.0 - HighAvailable Queues introduced (powered by quorum) 3.6.0 - ReqRespAsync as GetResponse/Respond Pattern introduced - Awaitable saga, routing slip or ReqRespAsync - Some other useful extension methods 3.5.2 - Minor fixes - Request Response Async Pattern response sender can send response from anywhere thanks to bus 3.5.0 - Request-Response Async Pattern introduced 3.4.0 - Masstransit upgraded to latest 7.x.x version - Masstransit HostedService is now using the as-is one comes directly from MassTransit package - RabbitMQ Healthchecks are now more accurate including all the consumers and their healthiness 3.3.0 - RoutingSlip pattern Added (ConsumeRoutingSlipActivity as consumer) 3.1.1 - MultiBus Hosted Service registration fixed 3.1.0 - MultiBus Support Added 3.0.4 -Health Check with IConnection 3.0.3 -Buggy Rabbitmq healthcheck removed temporarily, will be fixed in a later version 3.0.2 -Added Health Check 3.0.1 -Recovered the port settings feature from 2.0.8 3.0.0 -MassTransit 7.1.5 support added 2.1.0 -MassTransit 6.3.1 support added. Use this version, if MassTransit 6.3.1 required in your project. 2.0.8 -Port Issue fixed (RabbitMQ started using the port number in settings.) 2.0.7 -Prefetch Count Added |
|
Cogito.MassTransit.Azure.ServiceBus
Extensions and utilities for working with MassTransit Azure Service Bus. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on MassTransit.Azure.ServiceBus.Core:
Repository | Stars |
---|---|
elsa-workflows/elsa-core
A .NET workflows library
|
|
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
|
|
marinasundstrom/YourBrand
Prototype enterprise system for e-commerce and consulting services
|
|
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 |
---|---|---|
8.5.0-develop.2304 | 160 | 5/27/2025 |
8.5.0-develop.2303 | 446 | 5/21/2025 |
8.5.0-develop.2302 | 159 | 5/19/2025 |
8.4.1 | 58,478 | 5/13/2025 |
8.4.0 | 458,094 | 3/18/2025 |
8.3.7 | 205,039 | 3/6/2025 |
8.3.6 | 720,808 | 1/31/2025 |
8.3.5 | 65,281 | 1/28/2025 |
8.3.4 | 651,221 | 12/16/2024 |
8.3.3 | 236,607 | 12/5/2024 |
8.3.2 | 356,947 | 11/20/2024 |
8.3.1 | 321,490 | 11/7/2024 |
8.3.0 | 479,559 | 10/16/2024 |
8.2.5 | 1,416,263 | 8/23/2024 |
8.2.4 | 299,912 | 8/9/2024 |
8.2.3 | 1,322,660 | 6/18/2024 |
8.2.2 | 1,138,404 | 4/26/2024 |
8.2.1 | 495,442 | 4/12/2024 |
8.2.0 | 409,871 | 3/24/2024 |
8.1.3 | 1,987,193 | 12/20/2023 |
8.1.2 | 610,466 | 11/14/2023 |
8.1.1 | 787,000 | 9/30/2023 |
8.1.0 | 544,380 | 8/15/2023 |
8.0.16 | 1,135,716 | 5/23/2023 |
8.0.15 | 479,889 | 4/24/2023 |
8.0.14 | 481,209 | 3/17/2023 |
8.0.13 | 414,341 | 2/18/2023 |
8.0.12 | 300,288 | 1/26/2023 |
8.0.11 | 61,607 | 1/20/2023 |
8.0.10 | 287,366 | 12/30/2022 |
8.0.9 | 434,074 | 12/5/2022 |
8.0.8 | 574,166 | 11/4/2022 |
8.0.7 | 368,033 | 10/7/2022 |
8.0.6 | 779,007 | 8/14/2022 |
8.0.5 | 346,869 | 7/11/2022 |
8.0.4 | 10,460 | 7/10/2022 |
8.0.3 | 490,947 | 6/3/2022 |
8.0.3-develop.465 | 538 | 5/26/2022 |
8.0.2 | 233,642 | 4/29/2022 |
8.0.1 | 223,181 | 4/1/2022 |
8.0.0 | 148,828 | 3/19/2022 |
7.3.1 | 1,350,331 | 1/21/2022 |
7.3.0 | 468,099 | 12/7/2021 |
7.2.4 | 808,072 | 11/1/2021 |
7.2.3 | 130,761 | 10/14/2021 |
7.2.2 | 557,331 | 8/13/2021 |
7.2.1 | 520,765 | 6/26/2021 |
7.2.0 | 145,398 | 6/1/2021 |
7.1.8 | 550,719 | 4/13/2021 |
7.1.7 | 191,584 | 3/23/2021 |
7.1.6 | 306,916 | 2/26/2021 |
7.1.5 | 201,882 | 2/10/2021 |
7.1.4 | 143,813 | 1/27/2021 |
7.1.3 | 46,863 | 1/18/2021 |
7.1.2 | 253,030 | 1/4/2021 |
7.1.1 | 23,147 | 12/29/2020 |
7.1.0 | 5,284 | 12/27/2020 |
7.0.7 | 192,380 | 11/24/2020 |
7.0.6 | 274,663 | 10/25/2020 |
7.0.4 | 164,678 | 9/8/2020 |
7.0.3 | 176,137 | 8/8/2020 |
7.0.2 | 67,926 | 7/20/2020 |
7.0.1 | 19,155 | 7/12/2020 |
7.0.0 | 127,456 | 6/29/2020 |
6.3.2 | 529,118 | 5/18/2020 |
6.3.1 | 28,957 | 5/12/2020 |
6.3.0 | 1,527 | 5/10/2020 |
6.2.5 | 100,607 | 4/24/2020 |
6.2.4 | 70,214 | 4/2/2020 |
6.2.3 | 112,354 | 3/20/2020 |
6.2.2 | 10,627 | 3/14/2020 |
6.2.1 | 35,731 | 3/4/2020 |
6.2.0 | 118,022 | 2/24/2020 |
6.1.0 | 33,927 | 2/15/2020 |
6.0.2 | 47,293 | 1/21/2020 |
6.0.1 | 36,453 | 12/27/2019 |
6.0.0 | 206,308 | 12/3/2019 |
5.5.6 | 245,411 | 10/20/2019 |
5.5.5 | 195,774 | 8/26/2019 |
5.5.4 | 47,690 | 7/24/2019 |
5.5.3 | 34,239 | 7/17/2019 |
5.5.2 | 77,763 | 6/18/2019 |
5.5.1 | 12,915 | 6/4/2019 |
5.5.0 | 36,306 | 5/29/2019 |
5.3.2 | 102,818 | 2/20/2019 |
5.3.1 | 13,053 | 2/8/2019 |
5.3.0 | 3,190 | 2/4/2019 |
5.2.3 | 29,053 | 1/19/2019 |
5.2.1 | 6,303 | 1/8/2019 |
5.2.0 | 5,045 | 12/25/2018 |
5.1.5 | 68,182 | 9/19/2018 |