AspNetCoreDiagnosticScenarios icon indicating copy to clipboard operation
AspNetCoreDiagnosticScenarios copied to clipboard

Add notes for ConfigureAwait.

Open aholmes opened this issue 4 years ago • 5 comments

Filled out the TBD under ConfigureAwait. Tried to stick to the formatting, verbiage, and style of the rest of the article. Added examples from ASP.NET Framework.

aholmes avatar Mar 12 '20 20:03 aholmes

asp.net core doesn't have SynchronizationContext

vchirikov avatar Mar 15 '20 20:03 vchirikov

@vchirikov indeed! I addressed this on line 612 of the first commit (609 of the final PR).

aholmes avatar Mar 15 '20 22:03 aholmes

I mean it's very strange to mix up info about asp.net and asp.net core in repository with name AspNetCoreDiagnosticScenarios .

vchirikov avatar Mar 15 '20 22:03 vchirikov

Fair point. I'll think about revising so it's more relevant.

aholmes avatar Mar 15 '20 23:03 aholmes

Also you can include useful info from Stephen Toub

vchirikov avatar Mar 15 '20 23:03 vchirikov