ArianeBus 1.1.15
See the version list below for details.
dotnet add package ArianeBus --version 1.1.15
NuGet\Install-Package ArianeBus -Version 1.1.15
<PackageReference Include="ArianeBus" Version="1.1.15" />
paket add ArianeBus --version 1.1.15
#r "nuget: ArianeBus, 1.1.15"
// Install ArianeBus as a Cake Addin #addin nuget:?package=ArianeBus&version=1.1.15 // Install ArianeBus as a Cake Tool #tool nuget:?package=ArianeBus&version=1.1.15
Send and Receive messages massively with Azure Bus
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net8.0
- Azure.Messaging.ServiceBus (>= 7.18.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ArianeBus:
Package | Downloads |
---|---|
DistributedTasksOnTime.Client
Package Description |
|
Palace.Client
Package Description |
|
ArianeBus.MediatR
Publish and Receive notifications messages with Azure Bus and process it from MediatoR |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.16 | 657 | 8/13/2024 |
1.1.15 | 125 | 8/13/2024 |
1.1.14 | 467 | 2/10/2024 |
1.0.13.6 | 544 | 10/17/2023 |
1.0.12.5 | 269 | 10/2/2023 |
1.0.11.5 | 400 | 9/13/2023 |
1.0.10.4 | 445 | 7/15/2023 |
1.0.9.3 | 553 | 4/17/2023 |
1.0.8.2 | 295 | 4/13/2023 |
1.0.7.2 | 192 | 4/12/2023 |
1.0.6.2 | 192 | 4/12/2023 |
1.0.5.2 | 179 | 4/11/2023 |
1.0.4.1 | 204 | 4/10/2023 |
1.0.3 | 201 | 4/9/2023 |
1.0.2 | 203 | 4/6/2023 |
1.0.1 | 184 | 4/5/2023 |
0.0.9 | 209 | 4/5/2023 |
1.0.15.0 Add Pdb + src
1.0.14.0 Migrate to dotnet8
1.0.13.6 Fix TopicReceiver with task canceled
1.0.12.5 Add ServiceBusTransportType in ArianeBusOptions
1.0.11.5 Fix : add Try/Catch for send and receive
1.0.10.4 Fix : TryToAddSingleton for MockSenderStrategy failed
1.0.9.3 Fix : Multiple background service registered in same queue
1.0.8.2 Send message one by one instead of batch by default
Set JSon serialization options for Send/Receive
1.0.7.2 Add SendAsync method for compatibility with Ariane.AzureBus
1.0.6.2 Improve message sender behavior by queue or topic
1.0.5.2 Fix multiple possible registration of SenderStrategy
1.0.4.1 Fix bug on configuration
1.0.3.0 Improve configuration
1.0.2.0 Mock for Unit Tests
1.0.1.0 Tests ok
0.0.9.0 Creation