ArianeBus 1.1.14

dotnet add package ArianeBus --version 1.1.14
NuGet\Install-Package ArianeBus -Version 1.1.14
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="ArianeBus" Version="1.1.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ArianeBus --version 1.1.14
#r "nuget: ArianeBus, 1.1.14"
#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 ArianeBus as a Cake Addin
#addin nuget:?package=ArianeBus&version=1.1.14

// Install ArianeBus as a Cake Tool
#tool nuget:?package=ArianeBus&version=1.1.14

Send and Receive messages massively with Azure Bus

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.14 253 2/10/2024
1.0.13.6 490 10/17/2023
1.0.12.5 236 10/2/2023
1.0.11.5 363 9/13/2023
1.0.10.4 381 7/15/2023
1.0.9.3 522 4/17/2023
1.0.8.2 255 4/13/2023
1.0.7.2 162 4/12/2023
1.0.6.2 163 4/12/2023
1.0.5.2 151 4/11/2023
1.0.4.1 173 4/10/2023
1.0.3 174 4/9/2023
1.0.2 176 4/6/2023
1.0.1 152 4/5/2023
0.0.9 177 4/5/2023

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