System.Threading.Tasks.Dataflow
4.8.0-preview1-25305-02
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8.6 or higher.
dotnet add package System.Threading.Tasks.Dataflow --version 4.8.0-preview1-25305-02
NuGet\Install-Package System.Threading.Tasks.Dataflow -Version 4.8.0-preview1-25305-02
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="4.8.0-preview1-25305-02" />
<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="4.8.0-preview1-25305-02" />
<PackageReference Include="System.Threading.Tasks.Dataflow" />
paket add System.Threading.Tasks.Dataflow --version 4.8.0-preview1-25305-02
#r "nuget: System.Threading.Tasks.Dataflow, 4.8.0-preview1-25305-02"
#addin nuget:?package=System.Threading.Tasks.Dataflow&version=4.8.0-preview1-25305-02&prerelease
#tool nuget:?package=System.Threading.Tasks.Dataflow&version=4.8.0-preview1-25305-02&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.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>
af7d2ae49c79bb279625de4e92f7f91f9fe94f5d
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 is compatible. 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 is compatible. 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. uap10.1 is compatible. |
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. |
-
.NETCoreApp 2.0
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
- System.Dynamic.Runtime (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- System.Dynamic.Runtime (>= 4.3.0)
-
.NETStandard 2.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
UAP 10.1
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
NuGet packages (515)
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/75e79dace86b274327a1afe479228d82a06051a4. |
GitHub repositories (124)
Showing the top 20 popular GitHub repositories that depend on System.Threading.Tasks.Dataflow:
Repository | Stars |
---|---|
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
|
|
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.
|
|
dotnetcore/DotnetSpider
DotnetSpider, a .NET standard web crawling library. It is lightweight, efficient and fast high-level web crawling & scraping framework
|
|
cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
|
|
aspnet/JavaScriptServices
[Archived] This repository has been archived
|
|
neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
|
|
microsoft/GraphEngine
Microsoft Graph Engine
|
|
EWSoftware/SHFB
Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.
|
|
OmniSharp/omnisharp-roslyn
OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
|
|
DigitalRuby/IPBan
Since 2011, IPBan is the worlds most trusted, free security software to block hackers and botnets. With both Windows and Linux support, IPBan has your dedicated or cloud server protected. Upgrade to IPBan Pro today and get a discount. Learn more at ↓
|
|
microsoft/azure-pipelines-agent
Azure Pipelines Agent 🚀
|
|
KirillOsenkov/MSBuildStructuredLog
A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
|
|
JasperFx/wolverine
Supercharged .NET server side development!
|
|
Azure/iotedge
The IoT Edge OSS project
|
|
dotnet/Nerdbank.GitVersioning
Stamp your assemblies, packages and more with a unique version generated from a single, simple version.json file and include git commit IDs for non-official builds.
|
|
AElfProject/AElf
An AI-enhanced cloud-native layer-1 blockchain network.
|
|
tmoonlight/NSmartProxy
NSmartProxy是一款开源的内网穿透工具。采用.NET CORE的全异步模式打造。(NSmartProxy is an open source reverse proxy tool that creates a secure tunnel from a public endpoint to a locally service.)
|
Version | Downloads | Last updated | |
---|---|---|---|
10.0.0-preview.3.25171.5 | 356 | 15 days ago | |
10.0.0-preview.2.25163.2 | 484 | a month ago | |
10.0.0-preview.1.25080.5 | 450 | 2 months ago | |
9.0.4 | 32,748 | 18 days ago | |
9.0.3 | 91,930 | a month ago | |
9.0.2 | 104,391 | 2 months ago | |
9.0.1 | 167,192 | 3 months ago | |
9.0.0 | 294,930 | 5 months ago | |
9.0.0-rc.2.24473.5 | 1,099 | 7 months ago | |
9.0.0-rc.1.24431.7 | 915 | 8 months ago | |
9.0.0-preview.7.24405.7 | 18,342 | 8 months ago | |
9.0.0-preview.6.24327.7 | 1,821 | 10 months ago | |
9.0.0-preview.5.24306.7 | 2,579 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 645 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 1,728 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 1,109 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 8,293 | 2/13/2024 | |
8.0.1 | 2,267,802 | 10 months ago | |
8.0.0 | 11,414,869 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 9,289 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 3,256 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 2,435 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 1,638 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 1,612 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 3,281 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 2,825 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 1,680 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 4,450 | 2/21/2023 | |
7.0.0 | 28,244,013 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 15,048 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 1,021 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 17,776 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 5,835 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 1,440 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 1,146 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 750 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 1,198 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 964 | 2/17/2022 | |
6.0.0 | 44,895,473 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 4,047 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 2,007 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 2,323 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 1,214 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 2,070 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 9,338 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 2,127 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 1,248 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 10,642 | 2/12/2021 | |
5.0.0 | 20,907,129 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 10,284 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 196,557 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 1,230 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 1,271 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 1,580 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 4,101 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 2,299 | 5/18/2020 | |
5.0.0-preview.3.20214.6 | 1,555 | 4/23/2020 | |
5.0.0-preview.2.20160.6 | 1,618 | 4/2/2020 | |
5.0.0-preview.1.20120.5 | 1,260 | 3/16/2020 | |
4.11.1 | 16,459,916 | 5/12/2020 | |
4.11.0 | 7,484,227 | 12/3/2019 | |
4.11.0-preview3.19551.4 | 1,915 | 11/13/2019 | |
4.11.0-preview2.19523.17 | 6,511 | 11/1/2019 | |
4.11.0-preview1.19504.10 | 1,430 | 10/15/2019 | |
4.10.0 | 6,072,833 | 9/23/2019 | |
4.10.0-rc1.19456.4 | 1,756 | 9/16/2019 | |
4.10.0-preview9.19421.4 | 2,049 | 9/4/2019 | |
4.10.0-preview9.19416.11 | 832 | 9/4/2019 | |
4.10.0-preview8.19405.3 | 6,533 | 8/13/2019 | |
4.10.0-preview7.19362.9 | 4,184 | 7/23/2019 | |
4.10.0-preview6.19303.8 | 3,265 | 6/12/2019 | |
4.10.0-preview6.19264.9 | 821 | 9/4/2019 | |
4.10.0-preview5.19224.8 | 18,665 | 5/6/2019 | |
4.10.0-preview4.19212.13 | 1,604 | 4/18/2019 | |
4.10.0-preview3.19128.7 | 1,865 | 3/6/2019 | |
4.10.0-preview.19073.11 | 5,689 | 1/29/2019 | |
4.10.0-preview.18571.3 | 22,463 | 12/3/2018 | |
4.9.0 | 103,008,372 | 5/29/2018 | |
4.9.0-rc1 | 8,832 | 5/6/2018 | |
4.9.0-preview2-26406-04 | 5,014 | 4/10/2018 | |
4.9.0-preview1-26216-02 | 17,911 | 2/26/2018 | |
4.8.0 | 150,878,886 | 8/11/2017 | |
4.8.0-preview2-25405-01 | 14,565 | 6/27/2017 | |
4.8.0-preview1-25305-02 | 4,406 | 5/9/2017 | |
4.7.0 | 51,301,795 | 11/15/2016 | |
4.7.0-preview1-24530-04 | 49,106 | 10/24/2016 | |
4.6.0 | 156,707,830 | 6/27/2016 | |
4.6.0-rc2-24027 | 2,246,712 | 5/16/2016 | |
4.5.26-beta-23516 | 20,063 | 11/18/2015 | |
4.5.26-beta-23409 | 3,500 | 10/15/2015 | |
4.5.26-beta-23225 | 146,260 | 9/2/2015 | |
4.5.25 | 2,047,375 | 7/29/2015 | |
4.5.25-beta-23109 | 3,288 | 7/27/2015 | |
4.5.25-beta-23019 | 3,472 | 6/30/2015 | |
4.5.24 | 4,545,780 | 2/28/2017 |