-
-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop WithClient extension methods #590
Comments
Thanks for reporting. This could be legitimate if the behavior changed, although I will say Nowadays I would recommend not doing this:
and instead doing this:
|
Thanks for the reply; we've updated our code with your suggestion. On researching this issue when it first appeared it does seem that we're doing things a bit unusually in using the I agree that this method should either be fixed or deprecated. Thanks again! |
|
[Original bug report]
The following code:
worked on v2.x but on v3 it throws the error:
It seems a bug was introduced where the base URL can't be set on the client any more.
The text was updated successfully, but these errors were encountered: