ConfigureAwaitChecker Save Abandoned

ConfigureAwait Checker for ReSharper and Rider

Project README

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.

Open Source Agenda is not affiliated with "ConfigureAwaitChecker" Project. README Source: aelij/ConfigureAwaitChecker
Stars
105
Open Issues
0
Last Commit
2 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating