Soenneker.ServiceBus.Sender 4.0.2471

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.ServiceBus.Sender --version 4.0.2471
                    
NuGet\Install-Package Soenneker.ServiceBus.Sender -Version 4.0.2471
                    
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="Soenneker.ServiceBus.Sender" Version="4.0.2471" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.ServiceBus.Sender" Version="4.0.2471" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.ServiceBus.Sender" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.ServiceBus.Sender --version 4.0.2471
                    
#r "nuget: Soenneker.ServiceBus.Sender, 4.0.2471"
                    
#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.
#:package Soenneker.ServiceBus.Sender@4.0.2471
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.ServiceBus.Sender&version=4.0.2471
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.ServiceBus.Sender&version=4.0.2471
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Soenneker.ServiceBus.Sender

A utility library that holds Azure Service senders Singleton IoC.

Install

dotnet add package Soenneker.ServiceBus.Sender

Quick start

using Soenneker.ServiceBus.Sender.Registrars;
using Microsoft.Extensions.DependencyInjection;

var services = new ServiceCollection();
var result = services.AddServiceBusSenderUtilAsSingleton();

Registers Service Bus Sender Util with a singleton lifetime.

What you get

  • IServiceBusSenderUtil — A utility library that holds Azure Service senders Singleton IoC.
  • ServiceBusSenderUtilRegistrar — A utility library that holds Azure Service senders.

API at a glance

API What it does Result / important behavior
ServiceBusSenderUtilRegistrar.AddServiceBusSenderUtilAsSingleton(services) Registers Service Bus Sender Util with a singleton lifetime. The same service collection, so additional registrations can be chained.
ServiceBusSenderUtilRegistrar.AddServiceBusSenderUtilAsScoped(services) Registers Service Bus Sender Util with a scoped lifetime. The same service collection, so additional registrations can be chained.

Practical notes

  • Calls that return a cached or singleton value reuse the same instance until the owning service is disposed.
  • Dispose instances you own when their scope ends so held resources can be released.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.ServiceBus.Sender:

Package Downloads
Soenneker.ServiceBus.Transmitter

A utility library for sending Service Bus messages

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.2477 0 8/31/2026
4.0.2476 0 8/31/2026
4.0.2475 0 8/30/2026
4.0.2474 21 8/30/2026
4.0.2473 45 8/30/2026
4.0.2472 77 8/30/2026
4.0.2471 31 8/30/2026
4.0.2470 38 8/30/2026
4.0.2469 39 8/30/2026
4.0.2468 33 8/30/2026
4.0.2467 37 8/29/2026
4.0.2466 163 8/29/2026
4.0.2464 141 8/29/2026
4.0.2463 403 8/26/2026
4.0.2462 296 8/26/2026
4.0.2461 212 8/26/2026
4.0.2460 75 8/26/2026
4.0.2459 428 8/22/2026
4.0.2458 566 8/21/2026
4.0.2457 650 8/18/2026
Loading failed

Update dependency Soenneker.Dictionaries.Singletons to 4.0.87 (#3206)