C#C
C#4y ago
.bobgoblin

❔ DI Question

I have this code for setting up DI in my worker service project https://pastebin.com/6HH5sBAx

But when I run my code I get this error
System.AggregateException: 'Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Microsoft.Extensions.Hosting.IHostedService Lifetime: Singleton ImplementationType: WorkerService1.Worker': A circular dependency was detected 


What have I set-up wrong?
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Was this page helpful?