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
Improve async performance by using ConfigureAwait(false) construction
If you use any UI in your application and perform UI update somewhere inside that library (in the custom cache, for example) - you should not do that because now it is no guarantee that called thread will not change inside library methods calls