aelij / ConfigureAwaitChecker

ConfigureAwait Checker for ReSharper and Rider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConfigureAwait Checker

ARCHIVED: This functionality has been added to JetBrains products.

ReSharper extension and Rider plugin that check for tasks are not awaited using ConfigureAwait.

Library code should use ConfigureAwait(false) with every await. Always specifying ConfigureAwait makes it clearer how the continuation is invoked and avoids synchronization bugs.

About

ConfigureAwait Checker for ReSharper and Rider

License:Apache License 2.0


Languages

Language:C# 91.8%Language:PowerShell 8.2%