Genocs.ServiceBusAzure
6.3.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 5.0.0 or higher.
dotnet add package Genocs.ServiceBusAzure --version 6.3.0
NuGet\Install-Package Genocs.ServiceBusAzure -Version 6.3.0
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="Genocs.ServiceBusAzure" Version="6.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Genocs.ServiceBusAzure --version 6.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Genocs.ServiceBusAzure, 6.3.0"
#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.
// Install Genocs.ServiceBusAzure as a Cake Addin #addin nuget:?package=Genocs.ServiceBusAzure&version=6.3.0 // Install Genocs.ServiceBusAzure as a Cake Tool #tool nuget:?package=Genocs.ServiceBusAzure&version=6.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
.NET Core Azure Service Bus library
This package contains a set of base functionalities to use Azure Service Bus, designed by Genocs. The libraries are built using .NET standard 2.1.
Description
Core NuGet package contains Azure Service Bus functionalities to be used on DDD services.
Support
Please check the GitHub repository getting more info.
DataProvider Settings
Following are the project settings needed to enable monitoring
"AzureServiceBusTopic": {
"ConnectionString": "Endpoint=sb://xxx.servicebus.windows.net/;SharedAccessKeyName=RMQ-xxxx;SharedAccessKey=xxxx",
"TopicName": "topic-name",
"SubscriptionName": "subscription-name"
},
"AzureServiceBusQueue": {
"ConnectionString": "Endpoint=sb://xxx.servicebus.windows.net/;SharedAccessKeyName=RMQ-xxxx;SharedAccessKey=xxxx",
"QueueName": "queue-name"
}
Release notes
[2024-01-23] 5.0.6
- Refactory Settings
- Updated nuget packages
[2023-11-25] 5.0.5
- Moved to NET8
[yyyy-mm-dd] 5.0.4
[yyyy-mm-dd] 5.0.3
[yyyy-mm-dd] 5.0.2
[yyyy-mm-dd] 5.0.1
[2023-11-25] 5.0.0
- Moved to NET8
[2023-10-13] 5.0.0-preview.5.0
- Added editorconfig
- Added StyleCop
- Updated logo
- Updated readme
[2023-03-12] 5.0.0-preview.4.0
- Implemented MongoDB repository interfaces
[2023-03-12] 5.0.0
- New Architecture
[2023-03-12] 3.1.0
- Added Builders
[2023-03-12] 3.0.0
- Refactory to implement CQRS pattern
[2023-03-04] 2.4.1
- Updated System.Text.Json
[2023-03-12] 2.1.1
- Updated to Genocs.Core 3.0.0
[2023-02-06] 2.1.0
- Updated Settings section name
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Genocs.Core (>= 6.3.0)
- Microsoft.Azure.ServiceBus (>= 5.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Options (>= 8.0.2)
-
net7.0
- Genocs.Core (>= 6.3.0)
- Microsoft.Azure.ServiceBus (>= 5.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Options (>= 8.0.2)
-
net8.0
- Genocs.Core (>= 6.3.0)
- Microsoft.Azure.ServiceBus (>= 5.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Options (>= 8.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.4.0 | 85 | 11/10/2024 |
6.3.0 | 80 | 11/3/2024 |
6.2.0 | 81 | 10/22/2024 |
6.1.0 | 83 | 10/12/2024 |
6.0.0 | 89 | 7/31/2024 |
6.0.0-preview.2.0 | 59 | 7/19/2024 |
6.0.0-preview.1.0 | 61 | 6/19/2024 |
5.0.12 | 117 | 6/12/2024 |
5.0.11 | 80 | 5/19/2024 |
5.0.10 | 116 | 3/31/2024 |
5.0.9 | 117 | 2/19/2024 |
5.0.8 | 142 | 2/8/2024 |
5.0.6 | 117 | 1/23/2024 |
5.0.5 | 168 | 12/26/2023 |
5.0.4 | 166 | 12/7/2023 |
5.0.3 | 143 | 11/30/2023 |
5.0.2 | 128 | 11/28/2023 |
5.0.1 | 141 | 11/28/2023 |
5.0.0 | 127 | 11/25/2023 |
5.0.0-preview1.0 | 116 | 3/25/2023 |
5.0.0-preview.5.0 | 79 | 10/13/2023 |
5.0.0-preview.4.1 | 88 | 8/9/2023 |
5.0.0-preview.4.0 | 81 | 7/15/2023 |
5.0.0-preview.3.2 | 82 | 7/13/2023 |
5.0.0-preview.3.1 | 79 | 6/19/2023 |
5.0.0-preview.3.0 | 86 | 4/25/2023 |
5.0.0-preview.2.0 | 85 | 4/25/2023 |
5.0.0-preview.1.3 | 97 | 3/27/2023 |
5.0.0-preview.1.2 | 93 | 3/27/2023 |
2.1.1 | 225 | 3/12/2023 |
2.1.0 | 269 | 2/6/2023 |
Aligned to the ecosystem