-
Notifications
You must be signed in to change notification settings - Fork 124
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
System.MissingMethodException with latest RestSharp client #513
Comments
PETOSS-425 |
Thanks for raising an issue, a ticket has been created to track your request |
This is generally an issue with this API - it uses a lot of NuGet packages, that if we try to update to the latest version it breaks the Xero API. I ran into this problem too today. The versions of Microsoft.IdentityModel.JsonWebTokens, System.IdentityModel.Tokens.Jwt used by Xero both have vulnerabilities. |
Is there any news on this? I can see a reasonable fix has an open PR for this and this is stopping us from removing package vulnerabilities as well. |
Any update on this would be much appreciated |
Hey @yosefmah, We have replaced Please install the latest version and hopefully Closing this card for now as this card was particularly for Restsharp issue. Please feel free to raise separate issue cards for other vulnerabilities. |
SDK you're using (please complete the following information):
Describe the bug
After upgrading to the latest version of Restsharp v111.0.0, the library the API calls result in an error as shown below. Downgrading back to 110.2 results in working successfully again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Would expect the method to return a list of invoices.
Error:
The text was updated successfully, but these errors were encountered: