Skip to content

Errors when using the latest RestSharp #8

Description

@kinetiq

Upgraded to RestSharp 107.3.0, and your package is throwing:

TypeLoadException: Could not load type 'RestSharp.IRestClient' from assembly 'RestSharp, Version=107.3.0.0 ...

I think they might have had some recent breaking changes, and your package is set up to allow anything over 106.10.1

My team is rolling back releases because of this, please fix ASAP.

The solution is to stop using IRestClient, and to rely on the RestClient class directly. It's the top item in the migration guide. More: https://restsharp.dev/v107/#restsharp-v107

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions