Use ConfigureAwait(false) on await expressionΒΆ

Identifier: ASYNC0004

Default Action: Warning

Rationale: Performance optimization that avoids thread context switching.

../../_images/use-configure-await-false.png