Question regarding multiple calls to AddHttpClient()
I have a class library that calls this:
Then the main project calls this:
Can it cause any issues?
Then the main project calls this:
Can it cause any issues?
services.AddHttpClient();builder.Services.AddHttpClient();