You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pushed version 2.2.0, that allows injecting own HttpClient and use it with DI.
I'll keep Endpoint in the configuration until version 2.3.0 - it will be just marked as obsolete.
It is currently not possible to inject my own
HttpClient
using IoC.Also then instead of the
Endpoint
property in the client config, using the HttpClientFactory pattern one could do this as well:See this page for even more benefits: https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests
The text was updated successfully, but these errors were encountered: