👋 What do you think about NuGet.org? We're looking for feedback from developers like you.
Take the survey.
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
154 packages returned for Tags:"await"
Sort by
Relevance
Downloads
Recently updated
Nito.
AsyncEx
by:
stephencleary
34,987,742 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).
Microsoft.
Bcl.
Async
by:
dotnetframework
Microsoft
Deprecated
32,233,779 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
AsyncEnumerator
by:
Dasync
sergiis
16,962,781 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
3,182,282 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
NeoSmart.
AsyncLock
by:
neosmart
2,045,256 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!
Lindhart.
Analyser.
MissingAwaitWarning
by:
Ykoksen
3,253,755 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
AsyncFriendlyStackTrace
by:
aelij
3,614,095 total downloads
last updated
6/15/2023
Latest version:
1.7.0
async
await
stack
track
stacktrace
exception
Async-friendly format for stack traces and exceptions (not needed in .NET 6+)
AsyncFixer
by:
semih.okur
7,737,735 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,601,712 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
1,346,017 total downloads
last updated
11/14/2023
Latest version:
7.0.0
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
439,525 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,398,565 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
744,658 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
411,012 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
519,734 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
532,890 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
310,991 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).
Tcp.
NET.
Core
by:
LiveOrDevTrying
805,137 total downloads
last updated
7/10/2023
Latest version:
7.0.23
Tcp
server
client
Tcp.NET
TcpNET
async
dotnet
net
ssl
authorization
More tags
The core module for a simple SSL or non-SSL async await Tcp Server and Client with authentication. This package is used by both Tcp.NET.Client and Tcp.NET.Server.
StyleCop.
CSharp.
Async.
Rules
by:
BrunoJuchli
132,263 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.
Z.
Linq.
Async
by:
zzzprojects
207,062 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