C# 10 - Difficulty with Custom Middleware and Dependency Injection in ASP.NET Core 6.0
👀 Views: 3
💬 Answers: 1
📅 Created: 2025-06-06
asp.net-core middleware dependency-injection
I'm facing an issue with my custom middleware in an ASP.NET Core 6.0 application. I created a middleware to log requests and responses and inject additional dep...