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
Great library by the way! Super helpful! Thank you so much :)
Just a small thing BTW, Step 3 of the implementation documentation says:
To avoid performance degradation and possible dead-locks in ASP.NET or WPF applications (or any SynchronizationContext-dependent environment), you should always put ConfigureAwait(false) in your await statements
Apaprently in asp.net core this is no longer needed: