C#C
C#2y ago
Eple

Question regarding multiple calls to AddHttpClient()

I have a class library that calls this:
services.AddHttpClient();

Then the main project calls this:
builder.Services.AddHttpClient();

Can it cause any issues?
Was this page helpful?