You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
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.
Trello.Net depends on RestSharp >= 104.1.0, but if you upgrade RestSharp to 105.2.3, you get the following exception:
Trello.Net should either restrict its dependency on RestSharp, or upgrade to the latest version.