System.Threading.Tasks
3.0.0
Prefix Reserved
See the version list below for details.
dotnet add package System.Threading.Tasks --version 3.0.0
NuGet\Install-Package System.Threading.Tasks -Version 3.0.0
<PackageReference Include="System.Threading.Tasks" Version="3.0.0" />
<PackageVersion Include="System.Threading.Tasks" Version="3.0.0" />
<PackageReference Include="System.Threading.Tasks" />
paket add System.Threading.Tasks --version 3.0.0
#r "nuget: System.Threading.Tasks, 3.0.0"
#:package System.Threading.Tasks@3.0.0
#addin nuget:?package=System.Threading.Tasks&version=3.0.0
#tool nuget:?package=System.Threading.Tasks&version=3.0.0
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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net35 is compatible. net40 was computed. net403 was computed. 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. |
| Silverlight | sl3 is compatible. sl3-wp is compatible. sl4 is compatible. sl4-wp71 is compatible. sl5 is compatible. |
This package has no dependencies.
GitHub repositories (328)
Showing the top 20 popular GitHub repositories that depend on System.Threading.Tasks:
| Repository | Stars |
|---|---|
|
peass-ng/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
|
|
|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 10.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
|
neuecc/UniRx
Reactive Extensions for Unity
|
|
|
dotnet/reactive
The Reactive Extensions for .NET
|
|
|
MediaBrowser/Emby
Emby Server is a personal media server with apps on just about every device.
|
|
|
accord-net/framework
Machine learning, computer vision, statistics and general scientific computing for .NET
|
|
|
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
|
|
|
jitwxs/163MusicLyrics
云音乐歌词获取处理工具【网易云、QQ音乐】
|
|
|
ferventdesert/Hawk
visualized crawler & ETL IDE written with C#/WPF
|
|
|
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
|
|
|
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
|
|
|
neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
|
|
|
neuecc/Utf8Json
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
|
|
|
pdone/FreeControl
在PC上控制Android设备
|
|
|
PSAppDeployToolkit/PSAppDeployToolkit
Project Homepage & Forums
|
|
|
rubberduck-vba/Rubberduck
Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
|
|
|
xamarin/XamarinComponents
Plugins for Xamarin
|
|
|
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
|
|
|
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.10 | 59,814 | 7/20/2015 |
| 4.0.10-beta-23019 | 16,686 | 6/29/2015 |
| 4.0.10-beta-22816 | 63,751 | 4/24/2015 |
| 4.0.10-beta-22605 | 16,184 | 2/13/2015 |
| 4.0.10-beta-22416 | 8,220 | 1/16/2015 |
| 4.0.10-beta-22231 | 78,045 | 11/11/2014 |
| 4.0.0 | 59,463 | 7/20/2015 |
| 4.0.0-beta-23019 | 27,864 | 6/29/2015 |
| 3.1.1 | 2,524 | 10/18/2014 |
| 3.0.2-beta2 | 455 | 5/15/2012 |
| 3.0.2-beta1 | 64 | 5/14/2012 |
| 3.0.1 | 2,066 | 4/11/2012 |
| 3.0.0 | 98 | 3/24/2012 |
| 2.1.2 | 280 | 9/3/2011 |
| 2.1.1 | 85 | 9/2/2011 |
| 2.1.0 | 83 | 9/2/2011 |
| 2.0.1 | 81 | 8/25/2011 |
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.