Open
Description
-
As mentioned by Stephen Cleary libraries should use
await FooAsync().ConfigureAwait(false)
. This stops it from posting toSynchronizationContext
and lets the code continue on the current thread. -
Use
ValueTask
when appropriate, as described by Stephen Toub
Metadata
Metadata
Assignees
Labels
No labels