Soenneker.ServiceBus.Message 4.0.3075

Prefix Reserved
dotnet add package Soenneker.ServiceBus.Message --version 4.0.3075
                    
NuGet\Install-Package Soenneker.ServiceBus.Message -Version 4.0.3075
                    
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.Message" Version="4.0.3075" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.ServiceBus.Message" Version="4.0.3075" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.ServiceBus.Message" />
                    
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.Message --version 4.0.3075
                    
#r "nuget: Soenneker.ServiceBus.Message, 4.0.3075"
                    
#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.Message@4.0.3075
                    
#: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.Message&version=4.0.3075
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.ServiceBus.Message&version=4.0.3075
                    
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.Message

A utility library for building Azure Service messages Singleton IoC.

Install

dotnet add package Soenneker.ServiceBus.Message

Quick start

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

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

Registers Service Bus Message Util with a singleton lifetime.

What you get

  • IServiceBusMessageUtil — A utility library for building Azure Service messages Singleton IoC.
  • ServiceBusMessageUtilRegistrar — A utility library for building Azure Service messages.

API at a glance

API What it does Result / important behavior
ServiceBusMessageUtilRegistrar.AddServiceBusMessageUtilAsSingleton(services) Registers Service Bus Message Util with a singleton lifetime. The same service collection, so additional registrations can be chained.
ServiceBusMessageUtilRegistrar.AddServiceBusMessageUtilAsScoped(services) Registers Service Bus Message 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.
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.Message:

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.3075 0 8/30/2026
4.0.3074 0 8/30/2026
4.0.3073 0 8/30/2026
4.0.3071 0 8/30/2026
4.0.3070 0 8/30/2026
4.0.3069 0 8/30/2026
4.0.3068 0 8/30/2026
4.0.3066 9 8/29/2026
4.0.3065 27 8/29/2026
4.0.3064 354 8/26/2026
4.0.3063 126 8/26/2026
4.0.3062 96 8/26/2026
4.0.3061 235 8/25/2026
4.0.3060 409 8/22/2026
4.0.3059 83 8/21/2026
4.0.3057 318 8/21/2026
4.0.3056 242 8/21/2026
4.0.3055 604 8/18/2026
4.0.3054 125 8/18/2026
4.0.3053 296 8/18/2026
Loading failed

Update dependency Soenneker.Utils.Json to 4.0.2655 (#3936)