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...