System.Threading.Tasks.Extensions
4.5.2
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.2
NuGet\Install-Package System.Threading.Tasks.Extensions -Version 4.5.2
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.2" />
paket add System.Threading.Tasks.Extensions --version 4.5.2
#r "nuget: System.Threading.Tasks.Extensions, 4.5.2"
// Install System.Threading.Tasks.Extensions as a Cake Addin #addin nuget:?package=System.Threading.Tasks.Extensions&version=4.5.2 // Install System.Threading.Tasks.Extensions as a Cake Tool #tool nuget:?package=System.Threading.Tasks.Extensions&version=4.5.2
Provides additional types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.ValueTask<TResult>
99ce22c306b07f99ddae60f443d23a983ae78f7b
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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 was computed. 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.2)
-
.NETStandard 1.0
- System.Collections (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.2)
- System.Threading.Tasks (>= 4.3.0)
-
.NETStandard 2.0
- System.Runtime.CompilerServices.Unsafe (>= 4.5.2)
-
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.2)
-
Windows 8.0
- System.Runtime.CompilerServices.Unsafe (>= 4.5.2)
-
WindowsPhone 8.0
- System.Runtime.CompilerServices.Unsafe (>= 4.5.2)
-
WindowsPhoneApp 8.1
- System.Runtime.CompilerServices.Unsafe (>= 4.5.2)
-
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 (33)
Showing the top 5 NuGet packages that depend on System.Threading.Tasks.Extensions:
Package | Downloads |
---|---|
Moq
Moq is the most popular and friendly mocking framework for .NET. Built from https://github.com/moq/moq4/tree/ecd540409 |
|
FluentAssertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, .NET Core 2.1 and 3.0, .NET 6, as well as .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3. |
|
NSubstitute
NSubstitute is a friendly substitute for .NET mocking libraries. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind. |
|
CsvHelper
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects. |
|
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 (563)
Showing the top 5 popular GitHub repositories that depend on System.Threading.Tasks.Extensions:
Repository | Stars |
---|---|
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)
|
|
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+.
|
|
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.
|
Version | Downloads | Last updated |
---|---|---|
4.6.0-preview.18571.3 | 0 | 1/17/2021 |
4.5.4 | 65,611 | 1/17/2021 |
4.5.3 | 70,576 | 1/17/2021 |
4.5.2 | 65,665 | 1/17/2021 |
4.5.2-servicing-27114-05 | 0 | 1/17/2021 |
4.5.1 | 14,624 | 1/17/2021 |
4.5.0 | 42,468 | 1/17/2021 |
4.5.0-rc1 | 0 | 1/17/2021 |
4.5.0-preview2-26406-04 | 0 | 1/17/2021 |
4.5.0-preview1-26216-02 | 0 | 1/17/2021 |
4.4.0 | 14,459 | 1/17/2021 |
4.4.0-preview2-25405-01 | 8 | 1/17/2021 |
4.4.0-preview1-25305-02 | 84 | 1/17/2021 |
4.3.0-preview1-24530-04 | 19 | 1/17/2021 |
4.0.0 | 20,791 | 1/17/2021 |
4.0.0-rc2-24027 | 351 | 1/17/2021 |