close
The Wayback Machine - https://web.archive.org/web/20201205025744/https://github.com/aelij/ConfigureAwaitChecker
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

README.md

ConfigureAwait Checker

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

Image

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

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.