System.Threading.Tasks 4.0.11-rc2-24027
Provides types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.Task<TResult>
System.Runtime.CompilerServices.TaskAwaiter<TResult>
System.Threading.Tasks.TaskCompletionSource<TResult>
System.Threading.Tasks.Task
System.OperationCanceledException
System.AggregateException
\r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
Showing the top 20 packages that depend on System.Threading.Tasks.
| Packages | Downloads |
|---|---|
|
Microsoft.ApplicationInsights
Application Insights Core API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience.
|
13 |
|
LinqKit.Microsoft.EntityFrameworkCore
LinqKit.Microsoft.EntityFrameworkCore contains extensions for LINQ to SQL and EntityFrameworkCore. With Include(...) and IDbAsync support.
|
11 |
|
System.Net.WebSockets
Provides the System.Net.WebSockets.WebSocket abstract class and related types to allow developers to implement the WebSocket protocol (RFC 6455). WebSockets provide full-duplex communication over a single TCP connection.
Commonly Used Types:
System.Net.WebSockets.WebSocket
System.Net.WebSockets.WebSocketContext
System.Net.WebSockets.WebSocketException
When using NuGet 3.x this package requires at least version 3.4.
|
10 |
|
System.Net.NetworkInformation
Provides access to network traffic data, network address information, and notification of address changes for the local computer.
Commonly Used Types:
System.Net.NetworkInformation.NetworkInterface
System.Net.NetworkInformation.NetworkInformationException
System.Net.NetworkInformation.NetworkAddressChangedEventHandler
System.Net.NetworkInformation.NetworkInterfaceType
System.Net.NetworkInformation.OperationalStatus
System.Net.NetworkInformation.IPGlobalProperties
System.Net.NetworkInformation.UnicastIPAddressInformation
System.Net.NetworkInformation.UnicastIPAddressInformationCollection
System.Net.NetworkInformation.PhysicalAddress
System.Net.NetworkInformation.TcpConnectionInformation
When using NuGet 3.x this package requires at least version 3.4.
|
10 |
|
System.Net.WebSockets
Provides the System.Net.WebSockets.WebSocket class, which is the abstract base of Client and Server WebSockets that provide full-duplex communcation over a single TCP connection.
Commonly Used Types:
System.Net.WebSockets.WebSocket
System.Net.WebSockets.WebSocketContext
System.Net.WebSockets.WebSocketException
|
9 |
|
System.Net.WebSockets.Client
Provides the System.Net.WebSockets.ClientWebSocket class, which implements the client role of the WebSockets protocol (RFC 6455).
Commonly Used Types:
System.Net.WebSockets.ClientWebSocket
When using NuGet 3.x this package requires at least version 3.4.
|
9 |
|
System.Net.NetworkInformation
Provides access to network traffic data, network address information, and notification of address changes for the local computer.
Commonly Used Types:
System.Net.NetworkInformation.NetworkInterface
System.Net.NetworkInformation.NetworkInformationException
System.Net.NetworkInformation.NetworkAddressChangedEventHandler
System.Net.NetworkInformation.NetworkInterfaceType
System.Net.NetworkInformation.OperationalStatus
System.Net.NetworkInformation.IPGlobalProperties
System.Net.NetworkInformation.UnicastIPAddressInformation
System.Net.NetworkInformation.UnicastIPAddressInformationCollection
System.Net.NetworkInformation.PhysicalAddress
System.Net.NetworkInformation.TcpConnectionInformation
|
9 |
|
FluentValidation
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
|
9 |
|
System.Net.Security
Provides types, such as System.Net.Security.SslStream, that enable secure network communication between applications and hosts.
Commonly Used Types:
System.Net.Security.SslStream
System.Net.Security.ExtendedProtectionPolicy
|
8 |
|
System.Net.WebSockets
Provides the System.Net.WebSockets.WebSocket class, which is the abstract base of Client and Server WebSockets that provide full-duplex communcation over a single TCP connection.
Commonly Used Types:
System.Net.WebSockets.WebSocket
System.Net.WebSockets.WebSocketContext
System.Net.WebSockets.WebSocketException
|
8 |
|
Microsoft.NETCore
Provides a set of packages that can be used when building portable libraries on .NETCore based platforms.
|
8 |
|
System.Net.Security
Provides types, such as System.Net.Security.SslStream, that uses SSL/TLS protocols to provide secure network communication between client and server endpoints.
Commonly Used Types:
System.Net.Security.SslStream
System.Net.Security.ExtendedProtectionPolicy
When using NuGet 3.x this package requires at least version 3.4.
|
8 |
|
System.IO.Compression
Provides classes that support the compression and decompression of streams.
Commonly Used Types:
System.IO.Compression.DeflateStream
System.IO.Compression.GZipStream
System.IO.Compression.CompressionMode
System.IO.Compression.CompressionLevel
System.IO.Compression.ZipArchiveEntry
System.IO.Compression.ZipArchive
System.IO.Compression.ZipArchiveMode
When using NuGet 3.x this package requires at least version 3.4.
|
8 |
|
System.Net.Requests
Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package.
Commonly Used Types:
System.Net.HttpWebRequest
System.Net.HttpWebResponse
System.Net.HttpRequestHeader
System.Net.WebException
System.Net.WebExceptionStatus
System.Net.WebRequest
System.Net.WebResponse
|
8 |
|
LinqKit.Core
LinqKit.Core is a free set of extensions for LINQ to SQL and Entity Framework power users. Note that Include(...), IAsync and IDbAsync are not supported.
|
8 |
|
System.Threading
Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code.
Commonly Used Types:
System.Threading.Monitor
System.Threading.SynchronizationContext
System.Threading.ManualResetEvent
System.Threading.AutoResetEvent
System.Threading.ThreadLocal<T>
System.Threading.EventWaitHandle
System.Threading.SemaphoreSlim
System.Threading.Mutex
When using NuGet 3.x this package requires at least version 3.4.
|
8 |
|
System.Reactive.WindowsRuntime
Windows Runtime extensions library for Rx. Contains scheduler functionality and various bridges for the Windows Runtime.
|
8 |
|
System.Net.Sockets
Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network.
Commonly Used Types:
System.Net.Sockets.Socket
System.Net.Sockets.SocketAsyncEventArgs
System.Net.Sockets.LingerOption
System.Net.Sockets.SocketAsyncOperation
System.Net.Sockets.ProtocolType
System.Net.Sockets.NetworkStream
System.Net.Sockets.TcpClient
System.Net.Sockets.SocketType
System.Net.Sockets.UdpClient
System.Net.Sockets.SocketShutdown
When using NuGet 3.x this package requires at least version 3.4.
|
7 |
|
FluentValidation
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
|
7 |
|
System.Net.WebSockets
Provides the System.Net.WebSockets.WebSocket abstract class and related types to allow developers to implement the WebSocket protocol (RFC 6455). WebSockets provide full-duplex communication over a single TCP connection.
Commonly Used Types:
System.Net.WebSockets.WebSocket
System.Net.WebSockets.WebSocketContext
System.Net.WebSockets.WebSocketException
|
7 |
MonoAndroid 1.0
- No dependencies.
Xamarin.WatchOS 1.0
- No dependencies.
Xamarin.Mac 2.0
- No dependencies.
Xamarin.iOS 1.0
- No dependencies.
WindowsPhoneApp 8.1
- No dependencies.
WindowsPhone 8.0
- No dependencies.
Windows 8.0
- No dependencies.
Xamarin.TVOS 1.0
- No dependencies.
.NET Standard 1.3
- System.Runtime (>= 4.1.0-rc2-24027)
.NET Standard 1.0
- System.Runtime (>= 4.1.0-rc2-24027)
.NETCore 5.0
- System.Runtime (>= 4.1.0-rc2-24027)
.NET Framework 4.5
- No dependencies.
MonoTouch 1.0
- No dependencies.
.NETPortable 0.0
- No dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 4.3.0 | 4 | 12/17/2025 |
| 4.3.0-preview1-24530-04 | 3 | 12/31/2025 |
| 4.0.11 | 4 | 12/17/2025 |
| 4.0.11-rc2-24027 | 3 | 12/29/2025 |
| 4.0.11-beta-23516 | 3 | 12/27/2025 |
| 4.0.11-beta-23409 | 4 | 12/27/2025 |
| 4.0.11-beta-23225 | 4 | 12/27/2025 |
| 4.0.10 | 3 | 12/17/2025 |
| 4.0.10-beta-23109 | 3 | 12/27/2025 |
| 4.0.10-beta-23019 | 4 | 12/27/2025 |
| 4.0.10-beta-22816 | 5 | 12/27/2025 |
| 4.0.10-beta-22605 | 4 | 12/27/2025 |
| 4.0.10-beta-22416 | 4 | 12/27/2025 |
| 4.0.10-beta-22231 | 3 | 12/31/2025 |
| 4.0.0 | 4 | 12/17/2025 |
| 4.0.0-beta-23109 | 3 | 12/31/2025 |
| 4.0.0-beta-23019 | 3 | 12/31/2025 |
| 3.1.1 | 4 | 12/17/2025 |
| 3.0.2-beta2 | 3 | 12/31/2025 |
| 3.0.2-beta1 | 3 | 12/31/2025 |
| 3.0.1 | 3 | 12/17/2025 |
| 3.0.0 | 3 | 12/17/2025 |
| 2.1.2 | 3 | 12/17/2025 |
| 2.1.1 | 5 | 12/17/2025 |
| 2.1.0 | 4 | 12/17/2025 |
| 2.0.1 | 5 | 12/17/2025 |
| 2.0.0 | 5 | 12/17/2025 |