System.Threading.Tasks.Dataflow 4.6.0-rc2-24027

Prefix Reserved
This is a prerelease version of System.Threading.Tasks.Dataflow.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.6 or higher.

dotnet add package System.Threading.Tasks.Dataflow --version 4.6.0-rc2-24027                
NuGet\Install-Package System.Threading.Tasks.Dataflow -Version 4.6.0-rc2-24027                
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="System.Threading.Tasks.Dataflow" Version="4.6.0-rc2-24027" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Threading.Tasks.Dataflow --version 4.6.0-rc2-24027                
#r "nuget: System.Threading.Tasks.Dataflow, 4.6.0-rc2-24027"                
#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 System.Threading.Tasks.Dataflow as a Cake Addin
#addin nuget:?package=System.Threading.Tasks.Dataflow&version=4.6.0-rc2-24027&prerelease

// Install System.Threading.Tasks.Dataflow as a Cake Tool
#tool nuget:?package=System.Threading.Tasks.Dataflow&version=4.6.0-rc2-24027&prerelease                

TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#.

Commonly Used Types:
System.Threading.Tasks.Dataflow.ActionBlock<TInput>
System.Threading.Tasks.Dataflow.BatchBlock<T>
System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2>
System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2, T3>
System.Threading.Tasks.Dataflow.BroadcastBlock<T>
System.Threading.Tasks.Dataflow.BufferBlock<T>
System.Threading.Tasks.Dataflow.DataflowBlock
System.Threading.Tasks.Dataflow.DataflowBlockOptions
System.Threading.Tasks.Dataflow.DataflowLinkOptions
System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions
System.Threading.Tasks.Dataflow.GroupingDataflowBlockOptions
System.Threading.Tasks.Dataflow.JoinBlock<T1, T2>
System.Threading.Tasks.Dataflow.JoinBlock<T1, T2, T3>
System.Threading.Tasks.Dataflow.TransformBlock<TInput, TOutput>
System.Threading.Tasks.Dataflow.TransformManyBlock<TInput, TOutput>
System.Threading.Tasks.Dataflow.WriteOnceBlock<T>
\r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

Product 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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  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. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
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. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (522)

Showing the top 5 NuGet packages that depend on System.Threading.Tasks.Dataflow:

Package Downloads
Microsoft.Azure.WebJobs

This package contains the runtime host components of the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.

Microsoft.Build

This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.

Microsoft.Build.Tasks.Core

This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.

Microsoft.Build.Runtime

This package delivers a complete executable copy of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds without requiring installation of MSBuild. Successfully evaluating projects using this package requires aggregating additional components (like the compilers) into an application directory.

Microsoft.CodeAnalysis.Workspaces.MSBuild

.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bde21ee2b98b775b010d01a93f81ef587fe80962.

GitHub repositories (122)

Showing the top 5 popular GitHub repositories that depend on System.Threading.Tasks.Dataflow:

Repository Stars
jellyfin/jellyfin
The Free Software Media System
files-community/Files
A modern file manager that helps users organize their files and folders.
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
Version Downloads Last updated
9.0.0 8,734 11/12/2024
9.0.0-rc.2.24473.5 967 10/8/2024
9.0.0-rc.1.24431.7 781 9/10/2024
9.0.0-preview.7.24405.7 815 8/13/2024
9.0.0-preview.6.24327.7 979 7/9/2024
9.0.0-preview.5.24306.7 2,367 6/11/2024
9.0.0-preview.4.24266.19 543 5/21/2024
9.0.0-preview.3.24172.9 1,203 4/11/2024
9.0.0-preview.2.24128.5 1,013 3/12/2024
9.0.0-preview.1.24080.9 8,201 2/13/2024
8.0.1 700,491 7/9/2024
8.0.0 5,102,842 11/14/2023
8.0.0-rc.2.23479.6 8,993 10/10/2023
8.0.0-rc.1.23419.4 3,023 9/12/2023
8.0.0-preview.7.23375.6 2,349 8/8/2023
8.0.0-preview.6.23329.7 1,554 7/11/2023
8.0.0-preview.5.23280.8 1,508 6/13/2023
8.0.0-preview.4.23259.5 2,320 5/16/2023
8.0.0-preview.3.23174.8 2,707 4/11/2023
8.0.0-preview.2.23128.3 1,457 3/14/2023
8.0.0-preview.1.23110.8 4,103 2/21/2023
7.0.0 19,051,523 11/7/2022
7.0.0-rc.2.22472.3 14,296 10/11/2022
7.0.0-rc.1.22426.10 908 9/14/2022
7.0.0-preview.7.22375.6 17,639 8/9/2022
7.0.0-preview.6.22324.4 4,968 7/12/2022
7.0.0-preview.5.22301.12 1,341 6/14/2022
7.0.0-preview.4.22229.4 1,041 5/10/2022
7.0.0-preview.3.22175.4 651 4/13/2022
7.0.0-preview.2.22152.2 1,048 3/14/2022
7.0.0-preview.1.22076.8 863 2/17/2022
6.0.0 40,583,440 11/8/2021
6.0.0-rc.2.21480.5 3,929 10/12/2021
6.0.0-rc.1.21451.13 1,892 9/14/2021
6.0.0-preview.7.21377.19 2,222 8/10/2021
6.0.0-preview.6.21352.12 1,111 7/14/2021
6.0.0-preview.5.21301.5 1,860 6/15/2021
6.0.0-preview.4.21253.7 9,191 5/24/2021
6.0.0-preview.3.21201.4 2,025 4/8/2021
6.0.0-preview.2.21154.6 1,133 3/11/2021
6.0.0-preview.1.21102.12 10,035 2/12/2021
5.0.0 19,373,707 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 6,042 10/13/2020
5.0.0-rc.1.20451.14 196,438 9/14/2020
5.0.0-preview.8.20407.11 1,122 8/25/2020
5.0.0-preview.7.20364.11 1,156 7/21/2020
5.0.0-preview.6.20305.6 1,470 6/25/2020
5.0.0-preview.5.20278.1 3,999 6/10/2020
5.0.0-preview.4.20251.6 2,188 5/18/2020
5.0.0-preview.3.20214.6 1,420 4/23/2020
5.0.0-preview.2.20160.6 1,506 4/2/2020
5.0.0-preview.1.20120.5 1,147 3/16/2020
4.11.1 15,306,665 5/12/2020
4.11.0 7,067,007 12/3/2019
4.11.0-preview3.19551.4 1,796 11/13/2019
4.11.0-preview2.19523.17 5,772 11/1/2019
4.11.0-preview1.19504.10 1,322 10/15/2019
4.10.0 5,764,071 9/23/2019
4.10.0-rc1.19456.4 1,643 9/16/2019
4.10.0-preview9.19421.4 1,933 9/4/2019
4.10.0-preview9.19416.11 716 9/4/2019
4.10.0-preview8.19405.3 6,416 8/13/2019
4.10.0-preview7.19362.9 4,050 7/23/2019
4.10.0-preview6.19303.8 3,045 6/12/2019
4.10.0-preview6.19264.9 706 9/4/2019
4.10.0-preview5.19224.8 12,370 5/6/2019
4.10.0-preview4.19212.13 1,487 4/18/2019
4.10.0-preview3.19128.7 1,731 3/6/2019
4.10.0-preview.19073.11 5,568 1/29/2019
4.10.0-preview.18571.3 22,284 12/3/2018
4.9.0 94,849,980 5/29/2018
4.9.0-rc1 8,571 5/6/2018
4.9.0-preview2-26406-04 4,749 4/10/2018
4.9.0-preview1-26216-02 13,085 2/26/2018
4.8.0 132,548,234 8/11/2017
4.8.0-preview2-25405-01 14,324 6/27/2017
4.8.0-preview1-25305-02 4,188 5/9/2017
4.7.0 48,380,949 11/15/2016
4.7.0-preview1-24530-04 48,722 10/24/2016
4.6.0 143,830,282 6/27/2016
4.6.0-rc2-24027 2,242,803 5/16/2016
4.5.26-beta-23516 19,842 11/18/2015
4.5.26-beta-23409 3,263 10/15/2015
4.5.26-beta-23225 136,313 9/2/2015
4.5.25 2,017,001 7/29/2015
4.5.25-beta-23109 3,068 7/27/2015
4.5.25-beta-23019 3,207 6/30/2015
4.5.24 4,304,756 2/28/2017