billhong

Results 2 issues of billhong

# Problem to solve Currently, We have to use `clientConnectedArgs.Request.HttpContext.RequestServices.GetRequiredService()` to get needed services from DI. It's not an intended way. # Proposal A more ASP.NET Core style DI. Maybe...

Enhancement
Low

# Description Hi, I want to use [elastic/apm-agent-dotnet](https://github.com/elastic/apm-agent-dotnet) to trace the commands sent to Redis. Here is a sample code from elastic official document: ```csharp // using Elastic.Apm.StackExchange.Redis; var connection...

good first issue
feature