Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Does not work with latest RestSharp #69

@mbp

Description

@mbp

Trello.Net depends on RestSharp >= 104.1.0, but if you upgrade RestSharp to 105.2.3, you get the following exception:

System.MissingMethodException: Method was not found: 'Void RestSharp.RestClient.set_Authenticator(RestSharp.IAuthenticator)'.
at TrelloNet.Internal.TrelloRestClient.Authenticate(String memberToken)
at TrelloNet.Trello.Authorize(String token)

Trello.Net should either restrict its dependency on RestSharp, or upgrade to the latest version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions