XeroAPI / Xero-NetStandard

A wrapper of the Xero API in the .NetStandard 2.0 framework. Supports Accounting, Payroll AU/US, and Files
MIT License
126 stars 124 forks source link

Issue with Xero Dependencies and RestSharp Version 111.2.0 Causing Integration Failures #517

Closed developervisualapprovals closed 1 month ago

developervisualapprovals commented 3 months ago

Hi team,

In the NuGet package for Xero Dependencies, it is stated that the SDK supports RestSharp >= 110.2.0. However, when I updated RestSharp to the latest stable version 111.2.0, it caused all my Xero integrations to crash. Please advise on how to fix this issue. For your information, I am using Xero.NetStandard.OAuth2 version 5.0.0.

To Reproduce Steps to reproduce the behavior: image (1) See error in image

Screenshots added screenshots to help explain your problem.

github-actions[bot] commented 3 months ago

PETOSS-435

github-actions[bot] commented 3 months ago

Thanks for raising an issue, a ticket has been created to track your request

yosefmah commented 2 months ago

Hi @sangeet-joy-tw . Could we have an update on this please? I have raised a PR #514 for this and other deprecated packages.

sangeet-joy-tw commented 1 month ago

Hey @yosefmah,

We have replaced RestSharp with core httpClient library in our new Dotnet SDK version 9.0.0

Please install the latest version and hopefully RestSharp issue will not occur anymore.

Closing this card for now as this card was particularly for RestSharp issue.

Please feel free to raise separate issue cards for other vulnerabilities.