Ev.ServiceBus icon indicating copy to clipboard operation
Ev.ServiceBus copied to clipboard

A wrapper to use Azure Service Bus in a ASP.NET Core project

Results 9 Ev.ServiceBus issues
Sort by recently updated
recently updated
newest added

Fixes issue where `System.InvalidOperationException: 'This service descriptor is keyed. Your service provider may not support keyed services.'` is thrown during startup if keyed services are registered.

As the topic says. [TODO]

enhancement

- Added - new categorized Logging - Ev.ServiceBus.LoggingExtensions.MessageProcessing : For logs related to message processing - Ev.ServiceBus.LoggingExtensions.ServiceBusClientManagement : For logs related to creation of client / disposition of clients -...

enhancement

## Description We need to improve the logging mechanism in our package to enhance performance, clarity, and manageability. This issue aims to address several aspects of logging: ### Fix Duplicate...

enhancement
good first issue

We didn't want to have two fields with the same information in our messages, so in order to use Ev.ServiceBus library in a new project we needed to customize the...

This change improves code quality and maintainability by replacing a custom connection string parser with the official Azure SDK implementation `ServiceBusConnectionStringProperties.Parse()`. Why? The Azure SDK parser is thoroughly tested by...

In the `README.md` file, we reference an old NuGet package that we no longer use in our project.