System.Threading.Tasks.Extensions
4.5.4
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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid monoandroid10 |
MonoMac | monomac |
MonoTouch | monotouch monotouch10 |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac xamarinmac20 |
Xamarin.TVOS | xamarintvos xamarintvos10 |
Xamarin.WatchOS | xamarinwatchos xamarinwatchos10 |
-
.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.1K)
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. |
|
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. |
|
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. |
GitHub repositories (481)
Showing the top 5 popular GitHub repositories that depend on System.Threading.Tasks.Extensions:
Repository | Stars |
---|---|
AvaloniaUI/Avalonia
A cross-platform UI framework for .NET
|
|
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.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
|
Version | Downloads | Last updated |
---|---|---|
4.5.4 | 349,975,470 | 3/24/2020 |
4.5.3 | 151,856,482 | 7/9/2019 |
4.5.2 | 310,027,468 | 1/8/2019 |
4.5.2-servicing-27114-05 | 48,987 | 11/28/2018 |
4.5.1 | 262,032,515 | 6/18/2018 |
4.5.0 | 124,223,799 | 5/29/2018 |
4.5.0-rc1 | 196,295 | 5/6/2018 |
4.5.0-preview2-26406-04 | 250,099 | 4/10/2018 |
4.5.0-preview1-26216-02 | 219,909 | 2/26/2018 |
4.4.0 | 59,870,777 | 8/11/2017 |
4.4.0-preview2-25405-01 | 68,606 | 6/27/2017 |
4.4.0-preview1-25305-02 | 196,277 | 5/9/2017 |
4.3.0 | 598,346,617 | 11/15/2016 |
4.3.0-preview1-24530-04 | 183,801 | 10/24/2016 |
4.0.0 | 463,404,022 | 6/27/2016 |
4.0.0-rc2-24027 | 9,536,067 | 5/16/2016 |