Skip to content
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

After RestSharp v107 the IRestResponse interface is deprecated #21

Open
Phildre92 opened this issue Jun 22, 2022 · 3 comments
Open

After RestSharp v107 the IRestResponse interface is deprecated #21

Phildre92 opened this issue Jun 22, 2022 · 3 comments

Comments

@Phildre92
Copy link

Hi

With RestSharp v108 i have this exception
System.TypeLoadException : 'Impossible de charger le type 'RestSharp.IRestResponse' à partir de l'assembly 'RestSharp, Version=108.0.1.0

Documentation : The IRestResponse interface is deprecated. You get an instance of RestResponse or RestResponse in return.

So interface with RestSharp must be updated.

Best regards

@UkeHa
Copy link

UkeHa commented Jan 12, 2023

This should really be updated

@bounav
Copy link

bounav commented Jun 22, 2023

I've addressed this in the pull request linked to issue #27 FYI.

@bounav
Copy link

bounav commented Aug 16, 2023

FYI, this shouldn't relevant following PR #30.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants