taxjar / taxjar.net

Sales Tax API Client for .NET / C#
https://developers.taxjar.com/api/reference/?csharp
MIT License
23 stars 23 forks source link

Not compatible with co-existing package relying on RestSharpSigned #6

Open wyenkevich opened 6 years ago

wyenkevich commented 6 years ago

This package requires the unsigned version of RestSharp package. If there is a need for a co-existing package in the same project that relies on the signed version of RestSharp - RestSharpSigned, then the two cannot work in the same project.

Would it be possible to provide a second option for a signed version of taxjar.net? In the meantime I'll have to maintain my own version.

ScottRudiger commented 4 years ago

@wyenkevich Is this still an issue for you?

wyenkevich commented 4 years ago

@ScottRudiger Yes it is. The TaxJar package requires the non-signed version of RestSharp. I have to use the Signed RestSharp because another package requires it in my project and the signed/non-signed cannot co-exist.

codymullins commented 4 years ago

Hi @wyenkevich - we'll be removing the dependency on RestSharp altogether in a future major release as we refactor this library. We can update this issue once the refactored library is in a beta state in case you would like to try it.