davidfowl / AspNetCoreDiagnosticScenarios

This repository has examples of broken patterns in ASP.NET Core applications
7.65k stars 736 forks source link

Update AsyncGuidance.md for ConfigureAwait #88

Closed BipulRaman closed 2 years ago

BipulRaman commented 2 years ago

.ConfigureAwait(false) is used to avoid forcing the callback to be invoked on the original context or scheduler. Reference: https://devblogs.microsoft.com/dotnet/configureawait-faq/