eBay / ebay-oauth-csharp-client

eBay OAuth C# Client Library
Apache License 2.0
56 stars 42 forks source link

After RestSharp v107 the IRestResponse interface is deprecated #21

Open Phildre92 opened 2 years ago

Phildre92 commented 2 years ago

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 commented 1 year ago

This should really be updated

bounav commented 1 year ago

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

bounav commented 1 year ago

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