VOOZH about

URL: https://www.nuget.org/packages/System.Threading.Tasks.Extensions/

⇱ NuGet Gallery | System.Threading.Tasks.Extensions 4.6.3




👁 Image
System.Threading.Tasks.Extensions 4.6.3

Prefix Reserved
dotnet add package System.Threading.Tasks.Extensions --version 4.6.3
 
 
NuGet\Install-Package System.Threading.Tasks.Extensions -Version 4.6.3
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
 
Directory.Packages.props
<PackageReference Include="System.Threading.Tasks.Extensions" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.Threading.Tasks.Extensions --version 4.6.3
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Threading.Tasks.Extensions, 4.6.3"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package System.Threading.Tasks.Extensions@4.6.3
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=System.Threading.Tasks.Extensions&version=4.6.3
 
Install as a Cake Addin
#tool nuget:?package=System.Threading.Tasks.Extensions&version=4.6.3
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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

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.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 is compatible.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 is compatible. 
.NET Framework net461 net461 was computed.  net462 net462 is compatible.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1.9K)

Showing the top 5 NuGet packages that depend on System.Threading.Tasks.Extensions:

Package Downloads
Microsoft.Extensions.DependencyInjection.Abstractions

Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection

Microsoft.Extensions.DependencyInjection

Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.

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.

Microsoft.Extensions.Hosting.Abstractions

Hosting and startup abstractions for applications.

Microsoft.Bcl.AsyncInterfaces

Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.

GitHub repositories (620)

Showing the top 20 popular GitHub repositories that depend on System.Threading.Tasks.Extensions:

Repository Stars
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
peass-ng/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
DapperLib/Dapper
Dapper - a simple object mapper for .Net
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
chocolatey/choco
Chocolatey - the package manager for Windows
Cysharp/UniTask
Provides an efficient allocation free async/await integration for Unity.
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
FluentValidation/FluentValidation
A popular .NET validation library for building strongly-typed validation rules.
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 10.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
MassTransit/MassTransit
Distributed Application Framework for .NET
dotnet/reactive
The Reactive Extensions for .NET
jstedfast/MailKit
A cross-platform .NET library for IMAP, POP3, and SMTP.
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
Version Downloads Last Updated
4.6.3 34,822,471 4/4/2025
4.6.2 1,494,799 3/19/2025
4.6.0 66,516,910 11/12/2024
4.5.4 1,589,953,868 3/24/2020
4.5.3 275,187,959 7/9/2019
4.5.2 726,298,857 1/8/2019
4.5.2-servicing-27114-05 61,195 11/28/2018
4.5.1 665,563,685 6/18/2018
4.5.0 232,353,828 5/29/2018
4.5.0-rc1 282,414 5/6/2018
4.5.0-preview2-26406-04 445,157 4/10/2018
4.5.0-preview1-26216-02 320,235 2/26/2018
4.4.0 105,103,096 8/11/2017
4.4.0-preview2-25405-01 99,458 6/27/2017
4.4.0-preview1-25305-02 256,229 5/9/2017
4.3.0 1,696,409,312 11/15/2016
4.3.0-preview1-24530-04 391,525 10/24/2016
4.0.0 1,064,179,402 6/27/2016
Loading failed