Skip to content

DoCode/ConfigureAwaitChecker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConfigureAwait Checker

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%