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

RestSharp >106.15.0 #835

Open
lilmano18 opened this issue May 15, 2024 · 0 comments
Open

RestSharp >106.15.0 #835

lilmano18 opened this issue May 15, 2024 · 0 comments
Labels

Comments

@lilmano18
Copy link

Warning: Github issues are not an official support channel for Recurly. If you have an urgent request we suggest you contact us through an official channel: [email protected] or https://recurly.zendesk.com

Describe the bug

In a project for my team we are using both a Xero nuget package and yours (Recurly).

The package Xero comes with RestSharp 110 in which the Deserializer namespace changed going from Restsharp.Deserializers to RestSharp.Serializers. Since we are using both packages in the same project, we end up having an issue to start run the application.

To Reproduce

Steps to reproduce the behavior.

In the same project :

  • Install the latest version of your Recurly package
  • Install Xero.NetStandard.OAuth 2 4.0.1
  • Install Xero.NetStandard.OAuth2Client 1.6.0

Expected behavior

It would be nice to have your version of RestSharp compatible with the new version of Restsharp. It could allow your package to coexist with many other packages using the recent versions of RestSharp.

Thanks

Your Environment

  • Which version of this library are you using? .Net 8
  • Which version of the language are you using? c# 12
@lilmano18 lilmano18 added the bug? label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant