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
There is now a global ConfigureHttpClient option to configure all clients created by client factory. This feature conflicts with gRPC integration into the factory, which throws an error if the global ConfigureHttpClient is used. See dotnet/extensions#4924 (comment)
Options to improve:
Add a flag to suppress this error.
Detect when this configuration is global and automatically don't error.
The text was updated successfully, but these errors were encountered:
There is now a global ConfigureHttpClient option to configure all clients created by client factory. This feature conflicts with gRPC integration into the factory, which throws an error if the global ConfigureHttpClient is used. See dotnet/extensions#4924 (comment)
Options to improve:
The text was updated successfully, but these errors were encountered: