TaskParallelLibrary 1.0.2856

dotnet add package TaskParallelLibrary --version 1.0.2856
NuGet\Install-Package TaskParallelLibrary -Version 1.0.2856
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TaskParallelLibrary" Version="1.0.2856" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TaskParallelLibrary --version 1.0.2856
#r "nuget: TaskParallelLibrary, 1.0.2856"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TaskParallelLibrary as a Cake Addin
#addin nuget:?package=TaskParallelLibrary&version=1.0.2856

// Install TaskParallelLibrary as a Cake Tool
#tool nuget:?package=TaskParallelLibrary&version=1.0.2856

The package includes:
* Task<T> for executing asynchronous operations.
* Concurrent Collections such as ConcurrentStack, ConcurentQueue ad ConcurrentDictionary.
* PLINQ for writing parallel queries.
* additional Threading operations such as Barrier,SpinLock and SpinWait.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (14)

Showing the top 5 popular GitHub repositories that depend on TaskParallelLibrary:

Repository Stars
github-for-unity/Unity
GitHub for Unity
Nethereum/Nethereum
Ethereum .Net cross platform integration library
BloodHoundAD/SharpHound2
The Old BloodHound C# Ingestor (Deprecated)
manuc66/JsonSubTypes
Discriminated Json Subtypes Converter implementation for .NET
hprose/hprose-dotnet
Hprose 3.0 for .NET
Version Downloads Last updated
1.0.2856 28,631 4/14/2012

This backport was shipped with the Reactive Extensions (Rx) library up until v1.0.2856.0. It can be downloaded from https://www.microsoft.com/download/en/details.aspx?id=24940 .