-
Notifications
You must be signed in to change notification settings - Fork 83
Description
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