Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 585 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 585 Bytes

ConfigureAwaitChecker

  • Checking for ConfigureAwait(false) automatically was developed originally by Jiří {x2} Činčura. The original repo is here.

  • This tool can be called from Visual Studio to check all C# source files found in a directory and the generated output is compatible with the VS Output Window format. Clicking on a warning will jump to the file and position the cursor on the 'await' keyword.