Brian Drennan's Blog

Exploring curiosities in software.

Tag "HttpClient"

1 post

HttpClient and Dependency Injection

I recently ran into an issue using HttpClient in ASP.NET Core and the built-in Dependency Injection system. This post aims to highlight what I found, what I believe the issue was, and how I was able to get my app working again.

dotnet HttpClient di Dependency Injection