Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Jeffry Morris
Jeffry MorrisReporter
Jeffry Morris
Jeffry MorrisStory Points
1
Components
Fix versions
Affects versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
Sentry
Sentry
Zendesk Support
Zendesk Support
Created February 26, 2020 at 7:48 PM
Updated April 24, 2020 at 8:23 PM
Resolved March 7, 2020 at 3:30 AM
This is straight forward: every place you await something in library code you should call ConfigureAwait(false). This is for performance reasons and to reduce the chance of deadlocking. Details can be found in this post: https://devblogs.microsoft.com/dotnet/configureawait-faq/