MailChimp.NET
MailChimp.NET copied to clipboard
GetAllMembersForList fails when members keys list have duplicate fields.
In the method ParseExportApiResults(string stringFromServer) when we add keys and values from result to the Dictionary contact, if the keys have duplicate fields then the dictionary.Add fails and the exception isn't handled or caught.

I've just run into this. Amazed that MailChimp doesn't enforce uniqueness of Field Labels!