Ev.ServiceBus
Ev.ServiceBus copied to clipboard
A wrapper to use Azure Service Bus in a ASP.NET Core project
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.
- 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 -...
## 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...
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.