Chris Decker
Results
1
issues of
Chris Decker
As detailed in [this Microsoft article](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests) they suggest you stop creating your own instances of the `HttpClient` class. Instead they want you to use `IHttpClientFactory` which handles the lifetime of...
triaged