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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: