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
Return a response, same as awaiting the async version. MockHttpMessageHandler does not implement Send.
Actual result
NotSupportedException: The synchronous method is not supported by 'RichardSzalay.MockHttp.MockHttpMessageHandler'. If you're using a custom 'HttpMessageHandler' and wish to use synchronous HTTP methods, you must override its 'Send' virtual method.
The text was updated successfully, but these errors were encountered:
Functional impact
Unable to utilize new Send method implemented in NET5 - dotnet/runtime#34948
Expected result
Return a response, same as awaiting the async version. MockHttpMessageHandler does not implement Send.
Actual result
NotSupportedException: The synchronous method is not supported by 'RichardSzalay.MockHttp.MockHttpMessageHandler'. If you're using a custom 'HttpMessageHandler' and wish to use synchronous HTTP methods, you must override its 'Send' virtual method.
The text was updated successfully, but these errors were encountered: