Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
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
3,176,280 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,493 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
2,130 total downloads
last updated
3/24/2023
Latest version:
1.0.3
ConfigureAwait
analyzers
This is an explicit ConfigureAwait analyzer. It will post a warning if no explicit `ConfigureAwait` in awaitable expression found.
ObviousAwait
by:
awaescher
27,978 total downloads
last updated
6/11/2023
Latest version:
1.2.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
1,097 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