![]() |
VOOZH | about |
dotnet add package Carbon.MassTransit --version 3.10.7
NuGet\Install-Package Carbon.MassTransit -Version 3.10.7
<PackageReference Include="Carbon.MassTransit" Version="3.10.7" />
<PackageVersion Include="Carbon.MassTransit" Version="3.10.7" />Directory.Packages.props
<PackageReference Include="Carbon.MassTransit" />Project file
paket add Carbon.MassTransit --version 3.10.7
#r "nuget: Carbon.MassTransit, 3.10.7"
#:package Carbon.MassTransit@3.10.7
#addin nuget:?package=Carbon.MassTransit&version=3.10.7Install as a Cake Addin
#tool nuget:?package=Carbon.MassTransit&version=3.10.7Install as a Cake Tool
3.10.7
- Carbon.Audit dependency removed.
3.10.6
- HttpRequestAuditEvent exchange name standardized to "audit.httprequests"
3.10.5
- Carbon.Audit version update, HttpAudit added
3.10.4
- Carbon.Audit version update
3.10.3
- Add Carbon.Audit package and GlobalConventionsExtensions class.
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
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 4 NuGet packages that depend on Carbon.MassTransit:
| Package | Downloads |
|---|---|
|
Carbon.Domain.Messages
Package Description |
|
|
Carbon.WebApplication.SolutionService
-2.10.1 - Dotnet 8.0 target framework added, older versions removed -2.9.3 - MenuItems field added to SolutionCreationRequest -2.9.2 - IsDynamic solution flag is added - 2.9.0 - MultiTarget framework support (.net3.1 - 5 - 6) rather than being previously single target with .NetStandard 2.0 which is outdated -Works with MassTransit 3.9.0 -2.8.0 - Works with MassTransit 3.7.2 version which supports quorum queues as well as this package supports quorum queues as of this version -2.7.1 - Carbon.Domain.Messages updated from 1.8.0 to 1.9.18 for Solution model Uri prop -2.7.0 - Critical bug fixed for Directory separator char to specific platform (Windows,Linux) -2.6.0 - Critical bug fixed for SolutionRegistration when there is no default MassTransit usage - Some Performance Improvements-2.6.0 - Critical bug fixed for SolutionRegistration when there is no default MassTransit usage - Some Performance Improvements -2.5.0 - Uses latest Masstransit version which is 7.3.x - Uses MultiBus instead of SingleBus while registering solution or subscribing tenant featureset notifications - Compatible with Carbon.MassTransit > 3.4.x - Improved Performance and Health Monitorable - Each SubscriptionToFeatureSetNotification Requires a bus interface derived from IBus -2.1.4 - Consumer added as a scoped -2.1.1 - Enables featureset notification to the subscribers when a tenant is assigned with -2.0.3 Works with CarbonException Handling 1.2.0 -2.0.2 Supports Masstransit 7.1.x and Carbon.MassTransit 3.0.4 -2.0.1 Supports Masstransit 7.1.x and Carbon.MassTransit 3.0.2 -1.0.23 Supports MassTransit 6.2.3 and Carbon.MassTransit 2.0.8 |
|
|
Carbon.Audit
1.3.0 - HttpRequestAuditEvent now includes ApiStatusCode, ErrorCode, Messages (parsed from response body) and DurationMs. - AuditEvent now includes ApiStatusCode, ErrorCode and Messages. - HttpStatusCodeFilter added: HTTP request audit events can now be filtered by response status code (exact codes and/or range). 1.2.0 - Carbon.MassTransit dependency added. - Carbon.Audit adds It's own masstransit implementation. 1.1.1 - Token header is now also considered sensitive and redacted. 1.1.0 - Dedicated HTTP request audit event publishing added. 1.0.2 - TransactionId header is now also accepted as a case-insensitive fallback for CorrelationId - Synthesize a FailedRequest audit event for HTTP >= 400 responses that have no pending DB-change events (e.g. GET requests that are rejected) - Added AuditAction.FailedRequest = 3 enum value - Audit records are now emitted for all requests regardless of outcome (including HTTP 500 / DB errors) - AuditEvent now carries HttpStatusCode of the HTTP response 1.0.1 - Add advanced audit filtering options to CarbonAudit settings 1.0.0 - Initial release. RequestContextMiddleware, AuditInterceptor and audit constants added. |
|
|
Carbon.Demo.ConsoleApplication
Package Description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.10.7 | 374 | 5/20/2026 |
| 3.10.6 | 143 | 5/11/2026 |
| 3.10.5 | 178 | 5/11/2026 |
| 3.10.4 | 123 | 5/6/2026 |
| 3.10.3 | 286 | 4/17/2026 |
| 3.10.2 | 2,851 | 12/31/2024 |
| 3.9.6 | 13,632 | 1/5/2023 |
| 3.9.5 | 5,457 | 1/5/2023 |
| 3.9.3 | 509 | 12/29/2022 |
| 3.9.2 | 598 | 12/27/2022 |
| 3.9.0 | 1,017 | 12/27/2022 |
| 3.8.0 | 534 | 12/27/2022 |
| 3.7.8 | 662 | 12/27/2022 |