Skip to content

Dotnet SDK: Method not found error when using RestSharp v109.0.0+ and Dropbox.Sign v1.4.0 #369

@shuyck

Description

@shuyck

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:

  1. Install nuget Dropbox.Sign(1.4.0)
  2. Install newst RestSharp v109.0.0+
  3. Use one of the code examples we provide in our repo
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    SDK - DotnetAffects the Dotnet SDKbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions