System.Threading.Tasks 3.0.2-beta2
This package is a port of the Mono version of the *complete* Task Parallel Library (not a subset) to .NET 3.5, as well as all Silverlight platforms, including Windows Phone 7.X. This version contains more classes (and is namespace compatible with the BCL) compared to the PortableTPL project. This project supercedes the TaskParallelLibrary.WP7 package, and is licensed under the same licenses as the rest of the Mono framework.
Showing the top 20 packages that depend on System.Threading.Tasks.
Packages | Downloads |
---|---|
FSharp.Core
FSharp.Core redistributables from Visual F# Tools version 10.4 For F# 4.6
Supported Platforms:
.NET Framework 4.5+ (net45)
netstandard1.6 (netstandard1.6)
netstandard2.0 (netstandard2.0)
Commit hash: b5c01b8cc65af6381d2dd558ee63a4aa9e0e98d5
|
14 |
System.IO.FileSystem
Provides types that allow reading and writing to files and types that provide basic file and directory support.
Commonly Used Types:
System.IO.FileStream
System.IO.FileInfo
System.IO.DirectoryInfo
System.IO.FileSystemInfo
System.IO.File
System.IO.Directory
System.IO.SearchOption
System.IO.FileOptions
|
12 |
StackExchange.Redis
High performance Redis client, incorporating both synchronous and asynchronous usage.
|
12 |
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 test. Runs on 4.0 and 4.5 (Desktop and Windows Store), CoreCLR, Silverlight 5 and Windows Phone 8, 8.1 and 8.1 for Silverlight. Supports the unit test frameworks NUnit, XUnit, XUnit2, MBUnit, Gallio, MSpec, and NSpec.
|
12 |
System.IO.FileSystem.Watcher
Provides the System.IO.FileSystemWather class, which listens to the file system change notifications and raises events when a directory, or a file in a directory, changes.
Commonly Used Types:
System.IO.FileSystemWatcher
System.IO.WatcherChangeTypes
System.IO.FileSystemEventArgs
System.IO.RenamedEventArgs
System.IO.FileSystemEventHandler
System.IO.RenamedEventHandler
System.IO.NotifyFilters
System.IO.ErrorEventArgs
System.IO.ErrorEventHandler
System.IO.WaitForChangedResult
When using NuGet 3.x this package requires at least version 3.4.
|
11 |
NuGet.Frameworks
The understanding of target frameworks for NuGet.Packaging
|
11 |
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS)
Commonly Used Types:
System.Data.SqlClient.SqlConnection
System.Data.SqlClient.SqlException
System.Data.SqlClient.SqlParameter
System.Data.SqlDbType
System.Data.SqlClient.SqlDataReader
System.Data.SqlClient.SqlCommand
System.Data.SqlClient.SqlTransaction
System.Data.SqlClient.SqlParameterCollection
System.Data.SqlClient.SqlClientFactory
When using NuGet 3.x this package requires at least version 3.4.
|
10 |
System.Private.ServiceModel
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
|
10 |
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
- 1548494
|
9 |
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.
|
9 |
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
|
9 |
Microsoft.CodeAnalysis.Scripting.Common
Microsoft .NET Compiler Platform ("Roslyn") shared scripting package.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/e873e69306527a0424e97af2985370556f474019
|
9 |
Microsoft.CodeAnalysis.Scripting.Common
Microsoft .NET Compiler Platform ("Roslyn") shared scripting package. Do not install this package manually, it will be added as a prerequisite by other packages that require it.
|
9 |
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluation MSBuild projects.
|
9 |
System.Console
Provides the System.Console class, which represents the standard input, output and error streams for console applications.
Commonly Used Types:
System.Console
System.ConsoleColor
|
9 |
StreamJsonRpc
StreamJsonRpc.NuGet
|
9 |
Microsoft.AspNet.StaticFiles
ASP.NET 5 static files middleware.
|
9 |
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.
|
9 |
LinqKit.Core
LinqKit.Core contains extensions for LINQ to SQL and Entity Framework. Note that Include(...), IAsync and IDbAsync are not supported.
|
9 |
MySql.Data
MySql.Data.MySqlClient .Net Core Class Library
|
9 |
Version 3.0.2 - Adds the [SecurityCritical] attribute where necessary to enable MEF support. - Removes System.Threading.Timer and TimerCallback from SL4, as they are already in the BCL. - Adds PDB files to aid in debugging issues.
Version 3.0.1 - Removes the Func<> definitions from SL5, as they are already in the core runtime.
Version 3.0 - Updates the package to Mono 2.12. Excludes the Task.Unwrap() function from SL5. Adds support for .NET 3.5. See Project Site for more details.
Version 2.1.2 - Fixes a bug in Task.FromAsync() that does not return the TaskState in certain situations.
Version 2.1 - This version adds support for Silverlight 5, removing the classes (Primarily in System.Threading.Tasks) now included in the core runtime.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
4.3.0 | 5 | 2025/5/26 |
4.3.0-preview1-24530-04 | 3 | 2025/5/27 |
4.0.11 | 4 | 2025/5/28 |
4.0.11-rc2-24027 | 7 | 2025/5/27 |
4.0.11-beta-23516 | 4 | 2025/5/27 |
4.0.11-beta-23409 | 4 | 2025/5/27 |
4.0.11-beta-23225 | 3 | 2025/5/27 |
4.0.10 | 10 | 2025/5/27 |
4.0.10-beta-23109 | 4 | 2025/5/28 |
4.0.10-beta-23019 | 1 | 2025/5/27 |
4.0.10-beta-22816 | 3 | 2025/5/28 |
4.0.10-beta-22605 | 4 | 2025/5/28 |
4.0.10-beta-22416 | 1 | 2025/5/27 |
4.0.10-beta-22231 | 2 | 2025/6/2 |
4.0.0 | 4 | 2025/5/28 |
4.0.0-beta-23109 | 9 | 2025/5/28 |
4.0.0-beta-23019 | 4 | 2025/5/27 |
3.1.1 | 6 | 2025/6/5 |
3.0.2-beta2 | 4 | 2025/5/28 |
3.0.2-beta1 | 5 | 2025/6/3 |
3.0.1 | 2 | 2025/6/7 |
3.0.0 | 1 | 2025/6/8 |
2.1.2 | 7 | 2025/5/27 |
2.1.1 | 4 | 2025/6/4 |
2.1.0 | 2 | 2025/6/6 |
2.0.1 | 5 | 2025/5/29 |
2.0.0 | 5 | 2025/5/25 |