Can this library be used directly like new .net?Because a lot of times we don't need dependency injection, like a generic library.Dependency injection is obviously unnecessary,
Is that all I need when I use it?
var httpClientFactory = new HttpClientFactory();
Can this library be used directly like new .net?Because a lot of times we don't need dependency injection, like a generic library.Dependency injection is obviously unnecessary, Is that all I need when I use it?
var httpClientFactory = new HttpClientFactory();