Skip to content

Errors when using the latest RestSharp #8

@kinetiq

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

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