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