System.Threading.Tasks.Extensions 4.6.3
About
Provides additional types for efficiently representing asynchronous operations.
Main Types
The main types provided by this library are:
- System.Threading.Tasks.ValueTask
- System.Threading.Tasks.ValueTask<TResult>
Additional Documentation
- API reference can be found in: https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks
- https://devblogs.microsoft.com/dotnet/understanding-the-whys-whats-and-whens-of-valuetask/
Related Packages
All of the types provided in this library are part of the .NET Core shared framework.
License
System.Threading.Tasks.Extensions is released as open source under the MIT license.
Showing the top 20 packages that depend on System.Threading.Tasks.Extensions.
| Packages | Downloads |
|---|---|
|
AsyncKeyedLock
An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.
|
218 |
|
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
|
24 |
|
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one
of the following packages to add the appropriate language support:
- Microsoft.CodeAnalysis.CSharp.Workspaces
- Microsoft.CodeAnalysis.VisualBasic.Workspaces
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/2b7d172669b2f7e55803b55f317cfcc2d4279d76.
|
24 |
|
Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
|
24 |
|
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
|
23 |
|
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications.
|
23 |
|
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
Commonly Used Types:
System.Text.Json.JsonSerializer
System.Text.Json.JsonDocument
System.Text.Json.JsonElement
System.Text.Json.Utf8JsonWriter
System.Text.Json.Utf8JsonReader
When using NuGet 3.x this package requires at least version 3.4.
|
22 |
|
Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
|
22 |
|
MailKit
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
Features include:
* HTTP, Socks4, Socks4a and Socks5 proxy support.
* SASL Authentication via ANONYMOUS, CRAM-MD5, DIGEST-MD5, LOGIN, NTLM, OAUTHBEARER, PLAIN, SCRAM-SHA-1, SCRAM-SHA-256, SCRAM-SHA-512 and XOAUTH2.
* A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8.
* A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG.
* A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, ANNOTATE, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, REPLACE, SAVEDATE, XLIST, and X-GM-EXT1.
* Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported).
* Asynchronous versions of all methods that hit the network.
* S/MIME, OpenPGP, DKIM and ARC support via MimeKit.
* Microsoft TNEF support via MimeKit.
|
22 |
|
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
Commonly Used Types:
System.Text.Json.JsonSerializer
System.Text.Json.JsonDocument
System.Text.Json.JsonElement
System.Text.Json.Utf8JsonWriter
System.Text.Json.Utf8JsonReader
|
21 |
|
Microsoft.Extensions.Logging.EventSource
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
|
21 |
|
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
|
21 |
|
MySqlConnector
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
|
21 |
|
MySqlConnector
A fully async MySQL ADO.NET provider for .NET and .NET Core
|
21 |
|
Moq
Moq is the most popular and friendly mocking framework for .NET.
|
21 |
|
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
Commonly Used Types:
System.Text.Json.JsonSerializer
System.Text.Json.JsonDocument
System.Text.Json.JsonElement
System.Text.Json.Utf8JsonWriter
System.Text.Json.Utf8JsonReader
|
20 |
|
System.Threading.Channels
Provides types for passing data between producers and consumers.
Commonly Used Types:
System.Threading.Channel
System.Threading.Channel<T>
|
20 |
|
Azure.Core
This is the implementation of the Azure Client Pipeline
|
20 |
.NET Framework 4.6.2
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
.NET Core 2.1
- No dependencies.
.NET Standard 2.0
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
.NET Standard 2.1
- No dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 4.6.3 | 13 | 6/28/2025 |
| 4.6.2 | 12 | 6/28/2025 |
| 4.6.0 | 11 | 2/28/2025 |
| 4.5.4 | 18 | 8/6/2023 |
| 4.5.3 | 15 | 8/10/2024 |
| 4.5.2 | 19 | 2/28/2025 |
| 4.5.2-servicing-27114-05 | 9 | 3/5/2025 |
| 4.5.1 | 9 | 2/28/2025 |
| 4.5.0 | 15 | 8/30/2023 |
| 4.5.0-rc1 | 14 | 2/28/2025 |
| 4.5.0-preview2-26406-04 | 7 | 3/5/2025 |
| 4.5.0-preview1-26216-02 | 14 | 3/6/2025 |
| 4.4.0 | 13 | 9/23/2024 |
| 4.4.0-preview2-25405-01 | 10 | 3/5/2025 |
| 4.4.0-preview1-25305-02 | 8 | 3/6/2025 |
| 4.3.0 | 14 | 2/28/2025 |
| 4.3.0-preview1-24530-04 | 9 | 3/5/2025 |
| 4.0.0 | 12 | 2/28/2025 |
| 4.0.0-rc2-24027 | 14 | 3/5/2025 |