Trello.NET
Trello.NET copied to clipboard
Unhandled System.Net.Web.Webexception (Address Resolution Error)
I tested Trello.NETs reaction on an offline async application, by unplugging my network cable. As result i got an AggregateException which was an effect of the in the title mentioned unhandled exception.
I debugged it myself:
In TrelloRestClient.RequestAsync
, the anon function gets a nulled response
argument, which causes a NullReferenceException in TrelloRestClient.ThrowIfRequestWasUnsuccessful
Maybe #27 is a effect of that one, too.