Trello.NET
Trello.NET copied to clipboard
Does not work with latest RestSharp
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.
i got this same problem now when i updated restsharp...