Recent change to the RestSharp nuget package causes the following error:
Method not found: 'RestSharp.RestRequest RestSharp.RestRequestExtensions.AddFile(RestSharp.RestRequest, System.String, Byte[], System.String, System.String)'
Steps to replicate:
- Install nuget Dropbox.Sign(1.4.0)
- Install newst RestSharp v109.0.0+
- Use one of the code examples we provide in our repo
- See exception
The minor change in RestSharp was to the filename parameter in the AddFile() method (filename -> fileName). Possible breaking change because a named argument is being changed.