rsdn / CodeJam

Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
MIT License
258 stars 35 forks source link

Tasks are not awaited with ConfigureAwait(false) #119

Closed NN--- closed 3 years ago

NN--- commented 3 years ago

Library code should use ConfigureAwait(false).

https://devblogs.microsoft.com/dotnet/configureawait-faq/