Gridsum.DataflowEx 1.0.8.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Gridsum.DataflowEx --version 1.0.8.1
                    
NuGet\Install-Package Gridsum.DataflowEx -Version 1.0.8.1
                    
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="Gridsum.DataflowEx" Version="1.0.8.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gridsum.DataflowEx" Version="1.0.8.1" />
                    
Directory.Packages.props
<PackageReference Include="Gridsum.DataflowEx" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Gridsum.DataflowEx --version 1.0.8.1
                    
#r "nuget: Gridsum.DataflowEx, 1.0.8.1"
                    
#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.
#addin nuget:?package=Gridsum.DataflowEx&version=1.0.8.1
                    
Install Gridsum.DataflowEx as a Cake Addin
#tool nuget:?package=Gridsum.DataflowEx&version=1.0.8.1
                    
Install Gridsum.DataflowEx as a Cake Tool

Gridsum.DataflowEx provides Object-Oriented extensions to TPL Dataflow library.
     You can write reusable components with mutable states and easily join them as a high-level graph while still having the power of low level blocks from TPL Dataflow. Other cool features include: Upstream failure propagation, built-in performance monitor, auto complete support, sql bulk inserter, etc. Find more at https://github.com/gridsum/dataflowex.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Gridsum.DataflowEx:

Package Downloads
ActorSrcGen.Abstractions

Attribute and interface definitions for ActorSrcGen

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 147,709 10/26/2017
2.0.0-beta 904 9/20/2017
2.0.0-alpha2 899 7/16/2017
2.0.0-alpha 874 7/9/2017
1.1.3 4,522 4/3/2017
1.1.2 2,395 2/6/2015
1.1.1 1,263 1/18/2015
1.1.0 1,653 12/18/2014
1.0.9.6 1,338 10/8/2014
1.0.9.5 1,302 9/30/2014
1.0.9.4 1,243 9/30/2014
1.0.9.3 1,263 9/29/2014
1.0.9.2 1,238 9/28/2014
1.0.9.1 1,263 9/26/2014
1.0.9 1,234 9/17/2014
1.0.9-beta 1,016 9/11/2014
1.0.8.2 1,280 9/3/2014
1.0.8.1 1,260 8/29/2014
1.0.8 1,249 8/28/2014
1.0.7 1,279 8/11/2014
1.0.6 1,240 8/5/2014
1.0.5 1,520 7/29/2014
1.0.4 1,261 7/28/2014
1.0.3 1,258 7/17/2014
1.0.2 1,263 7/16/2014
1.0.1 1,328 7/14/2014
1.0.0 1,282 7/10/2014

Add DbDataJoiner to help lookup and populate a dimension table. Also comes with a new ring completion mechanism.