Fluxera.Extensions.Hosting.Modules.Messaging
8.8.0
Prefix Reserved
See the version list below for details.
dotnet add package Fluxera.Extensions.Hosting.Modules.Messaging --version 8.8.0
NuGet\Install-Package Fluxera.Extensions.Hosting.Modules.Messaging -Version 8.8.0
<PackageReference Include="Fluxera.Extensions.Hosting.Modules.Messaging" Version="8.8.0" />
paket add Fluxera.Extensions.Hosting.Modules.Messaging --version 8.8.0
#r "nuget: Fluxera.Extensions.Hosting.Modules.Messaging, 8.8.0"
// Install Fluxera.Extensions.Hosting.Modules.Messaging as a Cake Addin #addin nuget:?package=Fluxera.Extensions.Hosting.Modules.Messaging&version=8.8.0 // Install Fluxera.Extensions.Hosting.Modules.Messaging as a Cake Tool #tool nuget:?package=Fluxera.Extensions.Hosting.Modules.Messaging&version=8.8.0
Fluxera.Extensions.Hosting.Modules
A library that provides several reusable modules for the Fluxera.Extensions.Hosting infrastructure.
Usage
There are two major ways of configuring a module to be loaded by the hosting infrastructure:
- By declaring the module a dependency using the
[DependsOn]
attribute. - By loading the module dynamically by using it as kind of a plugin.
...
Available Modules
There are several ready-made module one can use in their application.
...
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 is compatible. 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 is compatible. 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. |
-
net6.0
- Fluxera.Enumeration.SystemTextJson (>= 8.0.6)
- Fluxera.Extensions.Common (>= 8.0.7)
- Fluxera.Extensions.DataManagement.Abstractions (>= 8.0.7)
- Fluxera.Extensions.Hosting (>= 8.0.6)
- Fluxera.Extensions.Hosting.Modules.Configuration (>= 8.8.0)
- Fluxera.Extensions.Hosting.Modules.DataManagement (>= 8.8.0)
- Fluxera.Extensions.Hosting.Modules.OpenTelemetry (>= 8.8.0)
- Fluxera.Extensions.Hosting.Modules.Principal (>= 8.8.0)
- Fluxera.Extensions.Localization (>= 8.0.7)
- Fluxera.Extensions.Validation (>= 8.0.7)
- Fluxera.Spatial.SystemTextJson (>= 8.0.6)
- Fluxera.StronglyTypedId.SystemTextJson (>= 8.0.6)
- Fluxera.ValueObject.SystemTextJson (>= 8.0.6)
- IdentityModel (>= 7.0.0)
- MassTransit (>= 8.2.1)
- System.IdentityModel.Tokens.Jwt (>= 7.5.1)
-
net7.0
- Fluxera.Enumeration.SystemTextJson (>= 8.0.6)
- Fluxera.Extensions.Common (>= 8.0.7)
- Fluxera.Extensions.DataManagement.Abstractions (>= 8.0.7)
- Fluxera.Extensions.Hosting (>= 8.0.6)
- Fluxera.Extensions.Hosting.Modules.Configuration (>= 8.8.0)
- Fluxera.Extensions.Hosting.Modules.DataManagement (>= 8.8.0)
- Fluxera.Extensions.Hosting.Modules.OpenTelemetry (>= 8.8.0)
- Fluxera.Extensions.Hosting.Modules.Principal (>= 8.8.0)
- Fluxera.Extensions.Localization (>= 8.0.7)
- Fluxera.Extensions.Validation (>= 8.0.7)
- Fluxera.Spatial.SystemTextJson (>= 8.0.6)
- Fluxera.StronglyTypedId.SystemTextJson (>= 8.0.6)
- Fluxera.ValueObject.SystemTextJson (>= 8.0.6)
- IdentityModel (>= 7.0.0)
- MassTransit (>= 8.2.1)
- System.IdentityModel.Tokens.Jwt (>= 7.5.1)
-
net8.0
- Fluxera.Enumeration.SystemTextJson (>= 8.0.6)
- Fluxera.Extensions.Common (>= 8.0.7)
- Fluxera.Extensions.DataManagement.Abstractions (>= 8.0.7)
- Fluxera.Extensions.Hosting (>= 8.0.6)
- Fluxera.Extensions.Hosting.Modules.Configuration (>= 8.8.0)
- Fluxera.Extensions.Hosting.Modules.DataManagement (>= 8.8.0)
- Fluxera.Extensions.Hosting.Modules.OpenTelemetry (>= 8.8.0)
- Fluxera.Extensions.Hosting.Modules.Principal (>= 8.8.0)
- Fluxera.Extensions.Localization (>= 8.0.7)
- Fluxera.Extensions.Validation (>= 8.0.7)
- Fluxera.Spatial.SystemTextJson (>= 8.0.6)
- Fluxera.StronglyTypedId.SystemTextJson (>= 8.0.6)
- Fluxera.ValueObject.SystemTextJson (>= 8.0.6)
- IdentityModel (>= 7.0.0)
- MassTransit (>= 8.2.1)
- System.IdentityModel.Tokens.Jwt (>= 7.5.1)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Fluxera.Extensions.Hosting.Modules.Messaging:
Package | Downloads |
---|---|
Fluxera.Extensions.Hosting.Modules.Messaging.InMemory
A module that enables in-memory messaging for MassTransit. |
|
Fluxera.Extensions.Hosting.Modules.Messaging.AzureServiceBus
A module that enables Azure ServiceBus messaging for MassTransit. |
|
Fluxera.Extensions.Hosting.Modules.Messaging.RabbitMQ
A module that enables RabbitMQ messaging for MassTransit. |
|
Fluxera.Extensions.Hosting.Modules.Messaging.Outbox
A module that enables the transactional outbox on MassTransit. |
|
Fluxera.Extensions.Hosting.Modules.Messaging.AmazonSQS
A module that enables Amazon SQS messaging for MassTransit. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.0 | 0 | 11/16/2024 |
8.15.0 | 170 | 11/1/2024 |
8.14.0 | 227 | 6/17/2024 |
8.13.2 | 267 | 6/15/2024 |
8.13.1 | 251 | 6/2/2024 |
8.13.0 | 273 | 5/26/2024 |
8.12.0 | 399 | 4/28/2024 |
8.11.1 | 310 | 4/27/2024 |
8.11.0 | 280 | 4/26/2024 |
8.10.0 | 276 | 4/25/2024 |
8.9.5 | 280 | 4/22/2024 |
8.9.4 | 304 | 4/20/2024 |
8.9.3 | 281 | 4/20/2024 |
8.9.2 | 277 | 4/19/2024 |
8.9.1 | 285 | 4/19/2024 |
8.9.0 | 288 | 4/19/2024 |
8.8.2 | 261 | 4/18/2024 |
8.8.1 | 249 | 4/18/2024 |
8.8.0 | 335 | 4/13/2024 |
8.7.0 | 325 | 4/7/2024 |
8.6.0 | 276 | 3/4/2024 |
8.5.0 | 327 | 3/2/2024 |
8.4.0 | 287 | 2/23/2024 |
8.3.0 | 248 | 2/22/2024 |
8.2.2 | 247 | 1/25/2024 |
8.2.1 | 228 | 1/24/2024 |
8.2.0 | 231 | 1/24/2024 |
8.1.4 | 234 | 1/17/2024 |
8.1.3 | 233 | 1/15/2024 |
8.1.2 | 261 | 1/9/2024 |
8.1.1 | 228 | 1/9/2024 |
8.1.0 | 266 | 1/8/2024 |
8.0.6 | 269 | 1/7/2024 |
8.0.5 | 227 | 1/5/2024 |
8.0.4 | 413 | 11/24/2023 |
8.0.3 | 210 | 11/22/2023 |
8.0.2 | 183 | 11/17/2023 |
8.0.1 | 184 | 11/17/2023 |
8.0.0 | 204 | 11/16/2023 |
7.3.0 | 331 | 8/4/2023 |
7.2.6 | 229 | 6/22/2023 |
7.2.5 | 292 | 4/30/2023 |
7.2.4 | 264 | 4/26/2023 |
7.2.3 | 258 | 4/25/2023 |
7.2.2 | 267 | 4/25/2023 |
7.2.1 | 265 | 4/24/2023 |
7.2.0 | 277 | 4/13/2023 |
7.1.5 | 298 | 3/22/2023 |
7.1.4 | 325 | 2/28/2023 |
7.1.3 | 286 | 2/28/2023 |
7.1.2 | 359 | 1/26/2023 |
7.1.1 | 305 | 1/22/2023 |
7.1.0 | 315 | 1/18/2023 |
7.0.6 | 332 | 1/11/2023 |
7.0.5 | 314 | 1/11/2023 |
7.0.4 | 321 | 1/10/2023 |
7.0.3 | 299 | 1/2/2023 |
7.0.2 | 225 | 12/13/2022 |
7.0.1 | 216 | 12/13/2022 |
7.0.0 | 203 | 12/12/2022 |
6.2.3 | 740 | 10/13/2022 |
6.2.2 | 737 | 10/10/2022 |
6.2.1 | 741 | 10/9/2022 |
6.2.0 | 699 | 10/1/2022 |
6.1.10 | 721 | 9/20/2022 |
6.1.9 | 746 | 9/16/2022 |
6.1.8 | 724 | 9/15/2022 |
6.1.7 | 704 | 7/30/2022 |
6.1.6 | 734 | 6/30/2022 |
6.1.5 | 717 | 6/15/2022 |
6.1.4 | 724 | 6/7/2022 |
6.1.2 | 708 | 5/30/2022 |
6.1.1 | 753 | 5/29/2022 |
6.1.0 | 732 | 5/28/2022 |
6.0.7 | 738 | 5/27/2022 |
6.0.6 | 726 | 5/20/2022 |
6.0.5 | 595 | 5/19/2022 |
6.0.2 | 612 | 5/18/2022 |
6.0.1 | 514 | 5/10/2022 |
6.0.0 | 473 | 5/7/2022 |