If I use an API I've written using the DocuSign API in a project with RestSharp updated to 106.10.1, I get the following error:
System.IO.FileLoadException : Could not load file or assembly 'RestSharp, Version=106.3.1.0, Culture=neutral, PublicKeyToken=598062e77f915f75' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
However, if I downgrade the RestSharp API to 106.6.10 (the version currently in use in the project where I will eventually use this API) it works fine. DocuSign's API indicates RestSharp >= 106.3.1. This couldn't be an alphabetical issue, could it? (10 < 3 alphabetically) Any help would be much appreciated.