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 has been archived by the owner on Dec 13, 2018. It is now read-only.
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 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 nulledresponse
argument, which causes a NullReferenceException in TrelloRestClient.ThrowIfRequestWasUnsuccessfulMaybe #27 is a effect of that one, too.
The text was updated successfully, but these errors were encountered: