Trello Manatee API 3.0.7 is throwing an error during my initialize method:
var serializer = new ManateeSerializer();
TrelloConfiguration.Serializer = serializer;
TrelloConfiguration.Deserializer = serializer;
TrelloConfiguration.JsonFactory = new ManateeFactory();
TrelloConfiguration.RestClientProvider = new WebApiClientProvider();
TrelloAuthorization.Default.AppKey = "[My App Key]";
TrelloAuthorization.Default.UserToken = "[My User Token]";
The following exception is thrown after the first line initializing ManateeSerializer():
Method 'get_CustomField' in type 'Manatee.Trello.ManateeJson.Entities.ManateeActionData' from assembly 'Manatee.Trello.ManateeJson, Version=2.0.0.0, Culture=neutral, PublicKeyToken=fbb8336f4f768592' does not have an implementation.