Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
5 packages returned for Tags:"ConfigureAwait"
Sort by
Relevance
Downloads
Recently updated
ConfigureAwaitChecker.
Analyzer
by:
cincura.net
2,208,538 total downloads
last updated
5/25/2022
Latest version:
5.0.0.1
ConfigureAwaitChecker
analyzers
async
await
configureawait
Checks for `ConfigureAwait(false)` usage. More info: * https://www.tabsoverspaces.com/id/233852 * https://www.tabsoverspaces.com/id/233732 * https://www.tabsoverspaces.com/id/233523 *...
More information
ConfigureAwaitChecker
by:
rdumont
3,294 total downloads
last updated
1/16/2015
Latest version:
0.1.0-beta3
async
configureawait
Tool that checks your C# files for ConfigureAwait(false) on every awaited call.
ConfigureAwaitAnalyzer
by:
lsoft
722 total downloads
last updated
11/22/2022
Latest version:
1.0.2
ConfigureAwait
analyzers
This is an explicit ConfigureAwait analyzer. It will post a warning if no explicit `ConfigureAwait` in awaitable expression found.
ObviousAwait
by:
awaescher
14,089 total downloads
last updated
6/25/2020
Latest version:
1.1.0
configureawait
async
await
task
tasks
task-parallel-library
tpl
thread
threading
thread-synchronization
More tags
ConfigureAwait(true) and ConfigureAwait(false) are very important when dealing with asynchronous code. However, they make code hard to read and easy to fail. ObviousAwait introduces two aliases: KeepContext()...
More information
ConfigureAwaitChecker.
Lib
by:
cincura.net
708 total downloads
last updated
5/25/2022
Latest version:
5.0.0.1
ConfigureAwaitChecker
analyzers
async
await
configureawait
Library to check for `ConfigureAwait(false)` usage. More info: * https://www.tabsoverspaces.com/id/233852 * https://www.tabsoverspaces.com/id/233732 * https://www.tabsoverspaces.com/id/233523 *...
More information