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
.Wait() and .Result shouldn't be converted to async, because they will throw an AggregateException that contains the actual exception, when an exception occurs.
The text was updated successfully, but these errors were encountered:
maca88
changed the title
Support System.Threading.Tasks.Task methods like Wait()
Support System.Threading.Tasks.Task methods like GetAwaiter().GetResult()
Nov 4, 2017
Convert:
to
.Wait()
and.Result
shouldn't be converted to async, because they will throw anAggregateException
that contains the actual exception, when an exception occurs.The text was updated successfully, but these errors were encountered: