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

Update RestSharp dependency #24

Open
th0mk opened this issue Nov 18, 2022 · 0 comments
Open

Update RestSharp dependency #24

th0mk opened this issue Nov 18, 2022 · 0 comments

Comments

@th0mk
Copy link

th0mk commented Nov 18, 2022

Because RestSharp has some breaking changes in newer versions this library currently only works if you use version 106.

If you have a higher version of RestSharp in your solution installed the package will return errors.

There are two possible solutions to fix this issue:

  • Change package so it always uses the 106 version.
  • Update RestSharp to a newer version and fix the code for the new changes

If you update the package a different dependency (from the same author) also has to be updated since it has the same issue: https://github.com/David-Desmaisons/RestSharpHelper

@th0mk th0mk changed the title Update RestSharp version Update RestSharp dependency Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant