-
Couldn't load subscription status.
- Fork 5.2k
Closed
Description
This PR added ConfigureHttpClientDefaults but it turns out there's a ref/def mismatch that's causing this API to only show up as a static method instead of an extension method:
Def:
Line 80 in 3bda6e0
| public static IServiceCollection ConfigureHttpClientDefaults(this IServiceCollection services, Action<IHttpClientBuilder> configure) |