ASP.NET Core Windows Worker Service – How to resolve A circular dependency was detected for the service of type
I have this code in ASP.NET Core 6 Windows worker service that reads from (consumes) the queue and also write to another queue.
ASP.NET Core Windows Worker Service – Error while validating the service descriptor
I have this code in ASP.NET Core-6 Windows Worker Service that Reads from (consumes) the Queue and also write to another Queue.