Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
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
149 packages returned for Tags:"Await"
Sort by
Relevance
Downloads
Recently updated
Microsoft.
Bcl.
Async
by:
dotnetframework
Microsoft
Deprecated
29,733,483 total downloads
last updated
4/11/2014
Latest version:
1.0.168
BCL
Microsoft
System
Async
Await
Asynchronous
This package enables Visual Studio 2012 projects to use the new 'async' and 'await' keywords. This package also includes Task-based extension methods that allow using some of the existing asynchronous APIs with...
More information
Nito.
AsyncEx
by:
stephencleary
28,597,183 total downloads
last updated
9/26/2021
Latest version:
5.1.2
async
await
async-await
task
asynchronous
nito
nitro
A helper library for the Task-Based Asynchronous Pattern (TAP).
AsyncEnumerator
by:
Dasync
sergiis
13,939,856 total downloads
last updated
12/4/2019
Latest version:
4.0.2
IAsyncEnumerable
IAsyncEnumerator
ForEachAsync
ParallelForEachAsync
async
await
foreach
parallel
async-streams
linq
More tags
Introduces IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), and ParallelForEachAsync() GitHub: https://github.com/Dasync/AsyncEnumerable PROBLEM SPACE Helps to (a) create an element provider, where...
More information
ConfigureAwaitChecker.
Analyzer
by:
cincura.net
2,567,298 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
AsyncFriendlyStackTrace
by:
aelij
3,265,057 total downloads
last updated
4/1/2018
Latest version:
1.6.0
async
await
stack
track
stacktrace
exception
Async-friendly format for stack traces and exceptions
Lindhart.
Analyser.
MissingAwaitWarning
by:
Ykoksen
2,289,446 total downloads
last updated
8/9/2022
Latest version:
3.0.0-beta
Lindhart.Analyser.MissingAwaitWarning
analyzers
async
await
Task
When using dependency injection and async-await pattern it is possible to end up with an interface with a method that returns a Task. If this interface method is used in a synchronous method there is a...
More information
NeoSmart.
AsyncLock
by:
neosmart
1,259,074 total downloads
last updated
1/10/2022
Latest version:
3.2.1
asynclock
async
await
async
await
lock
synchronization
A C# lock replacement for async/await, supporting recursion/re-entrance and asynchronous waits. Handles async recursion correctly - note that Nito.AsyncEx does not!
AsyncFixer
by:
semih.okur
5,878,447 total downloads
last updated
5/10/2022
Latest version:
1.6.0
asyncfixer
analyzers
async/await
asynchronous
concurrency
diagnostics
codefix
roslyn
codeanalysis
async
More tags
AsyncFixer helps developers in finding and correcting common async/await misuses (i.e., anti-patterns). It currently detects 5 common kinds of async/await misuses and fixes 3 of them via program...
More information
SimpleInjector.
Extensions.
ExecutionContextScoping
by:
.net junkie
SimpleInjector-Contributors
4,273,494 total downloads
last updated
3/31/2017
Latest version:
4.0.0
simpleinjector
architecture
dependency-injection
DI
easy
easy-to-use
Inversion-of-Control
IOC
lifestyle
execution
More tags
The Execution Context Scoping package adds the 'Execution Context Scope' lifestyle, which allows instances to live within an explicitly defined execution context scope (or logical call context) and get disposed...
More information
AsyncAwaitBestPractices
by:
BrandonMinnick
981,462 total downloads
last updated
11/12/2022
Latest version:
6.0.6
task
fire
and
forget
threading
extensions
system.threading.tasks
async
await
Extensions for System.Threading.Tasks Includes extension methods to safely fire-and-forget a Task and/or a ValueTask Includes WeakEventManger which avoids memory leaks when events are...
More information
AsynchronousBridge
by:
tejacques
371,439 total downloads
last updated
12/9/2013
Latest version:
1.2.2
Asynchronous
Async
Await
Deadlock
Callback
Binaries for the AsyncBridge library. Visit https://github.com/tejacques/AsyncBridge for an overview and usage examples.
Winton.
Extensions.
Threading.
Actor
by:
wintoncode
1,161,469 total downloads
last updated
1/18/2022
Latest version:
1.10.0
TPL
Actor
Concurrency
async
await
.NET
.NET
Core
dotnetcore
winton
More tags
An implementation of an actor designed to integrate with C#'s async/await.
Asyncify
by:
hvanbakel
603,905 total downloads
last updated
10/5/2015
Latest version:
0.9.7
Asyncify
analyzers
roslyn
async
await
task
asynchronous
TAP
Asyncify-CSharp is an analyzer and codefix that allows you to quickly update your code to use the Task Asynchronous Programming model. This model, introduced in C# 5, adds an intuitive way of handling...
More information
AsyncPrimitives
by:
bcuff
337,209 total downloads
last updated
5/31/2018
Latest version:
1.8.0
lock
locks
concurrency
async
await
task
A set of async versions of common concurrency primitives.
Sharpnado.
TaskMonitor
by:
roubachof
405,186 total downloads
last updated
1/11/2021
Latest version:
1.0.2
async
void
await
task
asynchronous
fire
forget
best
practices
Free yourself from async void! TaskMonitor is a task wrapper component helping you to deal with "fire and forget" Task (non awaited task) by implementing async/await best practices. Featuring: * Safe...
More information
TaskTupleAwaiter
by:
buvinghausen
jnm2
403,105 total downloads
last updated
2/27/2023
Latest version:
2.0.3
C#
7.0
Value
Tuple
Async
Await
Elegant
Code
Enable using the new Value Tuple structure to write elegant code that allows async methods to be fired in parallel despite having different return types var (result1, result2) = await (GetStringAsync(),...
More information
Nito.
AsyncEx.
StrongNamed
by:
stephencleary
262,564 total downloads
last updated
1/29/2017
Latest version:
4.0.1
async
await
async-await
task
asynchronous
nito
A helper library for the Task-Based Asynchronous Pattern (TAP).
StyleCop.
CSharp.
Async.
Rules
by:
BrunoJuchli
116,855 total downloads
last updated
10/18/2019
Latest version:
6.1.41
StyleCop
Async
TPL
await
Additional stylecop rules for the async / await c# features.
AsyncAwaitBestPractices.
MVVM
by:
BrandonMinnick
445,524 total downloads
last updated
11/12/2022
Latest version:
6.0.6
task
fire
and
forget
threading
extensions
system.threading.tasks
async
await
command
More tags
Async Extensions for ICommand Includes AsyncCommand and IAsyncCommand which allows ICommand to safely be used asynchronously with Task. Includes AsyncValueCommand and...
More information
Z.
Linq.
Async
by:
zzzprojects
160,285 total downloads
last updated
10/6/2018
Latest version:
1.0.3
C#
LINQ
Async
Await
Task
Asynchronous
Enumerable
C# LINQ Async extension methods library for async/await task.
Previous
Next