Skip to content

fix(dotnet): Replace RestSharp with HttpClient #1241

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dkarzon
Copy link

@dkarzon dkarzon commented Jun 12, 2025

The version of RestSharp currently included in the project (106.13.0) is almost 4 years old and has since had some breaking changes that meant it wouldn't work in other projects that use newer versions of it.

🧰 Changes

Replacing the RestSharp library with the more widely used HttpClient within the .NET SDK project.

🧬 QA & Testing

I have run the dotnet example project with a few different variations and can see the requests coming through to the My Developers section of our readme docs.

@dkarzon dkarzon changed the title Replace RestSharp with HttpClient fix(dotnet) Replace RestSharp with HttpClient Jun 12, 2025
@dkarzon dkarzon changed the title fix(dotnet) Replace RestSharp with HttpClient fix(dotnet): Replace RestSharp with HttpClient Jun 12, 2025
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

Successfully merging this pull request may close these issues.

1 participant