-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Labels
No labels