C# - Circular Reference Issue with Dependency Injection in ASP.NET Core 7
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-16
asp.net-core dependency-injection c#
I'm encountering a circular reference problem while setting up dependency injection in my ASP.NET Core 7 application. I have two services, `UserService` and `No...