System.Threading.Tasks.Extensions
4.5.4
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8.6 or higher.
dotnet add package System.Threading.Tasks.Extensions --version 4.5.4
NuGet\Install-Package System.Threading.Tasks.Extensions -Version 4.5.4
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
paket add System.Threading.Tasks.Extensions --version 4.5.4
#r "nuget: System.Threading.Tasks.Extensions, 4.5.4"
// Install System.Threading.Tasks.Extensions as a Cake Addin #addin nuget:?package=System.Threading.Tasks.Extensions&version=4.5.4 // Install System.Threading.Tasks.Extensions as a Cake Tool #tool nuget:?package=System.Threading.Tasks.Extensions&version=4.5.4
Provides additional types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.ValueTask<TResult>
7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.0 is compatible. netstandard1.1 was computed. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid10 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. monotouch10 is compatible. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 was computed. wp81 was computed. wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. xamarinmac20 is compatible. |
Xamarin.TVOS | xamarintvos was computed. xamarintvos10 is compatible. |
Xamarin.WatchOS | xamarinwatchos was computed. xamarinwatchos10 is compatible. |
-
.NETCoreApp 2.1
- No dependencies.
-
.NETFramework 4.5
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3)
-
.NETFramework 4.6.1
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3)
-
.NETStandard 1.0
- System.Collections (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3)
- System.Threading.Tasks (>= 4.3.0)
-
.NETStandard 2.0
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3)
-
Windows 8.0
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3)
-
WindowsPhone 8.0
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3)
-
WindowsPhoneApp 8.1
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3)
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
NuGet packages (1.6K)
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. |
|
System.Xml.ReaderWriter
Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data. Commonly Used Types: System.Xml.XmlNodeType System.Xml.XmlException System.Xml.XmlReader System.Xml.XmlWriter System.Xml.IXmlLineInfo System.Xml.XmlNameTable System.Xml.IXmlNamespaceResolver System.Xml.XmlNamespaceManager System.Xml.XmlQualifiedName When using NuGet 3.x this package requires at least version 3.4. |
GitHub repositories (565)
Showing the top 5 popular GitHub repositories that depend on System.Threading.Tasks.Extensions:
Repository | Stars |
---|---|
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.
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
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+.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
Version | Downloads | Last updated |
---|---|---|
4.6.0 | 10,566 | 11/12/2024 |
4.5.4 | 876,161,684 | 3/24/2020 |
4.5.3 | 223,512,173 | 7/9/2019 |
4.5.2 | 554,961,160 | 1/8/2019 |
4.5.2-servicing-27114-05 | 55,567 | 11/28/2018 |
4.5.1 | 469,664,335 | 6/18/2018 |
4.5.0 | 188,677,844 | 5/29/2018 |
4.5.0-rc1 | 257,660 | 5/6/2018 |
4.5.0-preview2-26406-04 | 380,254 | 4/10/2018 |
4.5.0-preview1-26216-02 | 298,355 | 2/26/2018 |
4.4.0 | 84,416,620 | 8/11/2017 |
4.4.0-preview2-25405-01 | 84,811 | 6/27/2017 |
4.4.0-preview1-25305-02 | 237,381 | 5/9/2017 |
4.3.0 | 1,168,645,050 | 11/15/2016 |
4.3.0-preview1-24530-04 | 375,916 | 10/24/2016 |
4.0.0 | 822,818,942 | 6/27/2016 |
4.0.0-rc2-24027 | 13,667,221 | 5/16/2016 |