Error with Dependency Injection Lifetime Scopes in ASP.NET Core 6 Causing Object Disposal Issues
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-07
asp.net-core dependency-injection background-service
I'm having trouble with the dependency injection setup in my ASP.NET Core 6 application. I registered a service with a scoped lifetime, but I'm encountering an ...