FluxFlow.Components.Routing 6.0.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package FluxFlow.Components.Routing --version 6.0.1
                    
NuGet\Install-Package FluxFlow.Components.Routing -Version 6.0.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="FluxFlow.Components.Routing" Version="6.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FluxFlow.Components.Routing" Version="6.0.1" />
                    
Directory.Packages.props
<PackageReference Include="FluxFlow.Components.Routing" />
                    
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 FluxFlow.Components.Routing --version 6.0.1
                    
#r "nuget: FluxFlow.Components.Routing, 6.0.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.
#:package FluxFlow.Components.Routing@6.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FluxFlow.Components.Routing&version=6.0.1
                    
Install as a Cake Addin
#tool nuget:?package=FluxFlow.Components.Routing&version=6.0.1
                    
Install as a Cake Tool

FluxFlow.Components.Routing

Standalone typed stateful routing nodes.

Node Input Output value
WindowNode<T> T FlowWindow<T>
CorrelationNode<T> T FlowCorrelationOutcome<T>
JoinNode<TLeft,TRight> separate Left/Right inputs FlowJoinOutcome<TLeft,TRight>

JSON specializations are available for schema-less configuration workflows. Selectors are typed delegates. Window completion, correlation match/timeout, and join match/timeout are typed outcomes. Selector/capacity/processing failure becomes FlowError on the same Output.

Nodes preserve FIFO and timeout behavior, bounded pending state, exact-once completion races, lineage, fan-out, and Events. Structural Switch/Fork/Merge behavior belongs to canonical links rather than runtime routing nodes.

Composition

Install FluxFlow.Components.Routing.Composition for optional FluxFlow.Composition factories and Designer metadata. This runtime package remains free of Composition, Designer, and Engine dependencies.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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 FluxFlow.Components.Routing:

Package Downloads
FluxFlow.Components.Routing.Composition

Typed JSON routing registration and Designer metadata over host-owned selectors and clocks.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.0.0-rc.1 70 9/5/2026
6.0.1 157 8/3/2026
3.0.2 126 7/3/2026
3.0.1 171 7/2/2026
3.0.0 120 6/19/2026
2.0.0 141 6/18/2026
1.2.1 121 6/15/2026
1.2.0 427 6/12/2026
1.1.0 115 6/5/2026
1.0.0 125 6/4/2026
0.10.0-alpha.1 238 6/2/2026
0.9.0-alpha.1 72 6/2/2026
0.8.0-alpha.1 69 6/2/2026
0.7.0-alpha.1 63 6/2/2026
0.6.1-alpha.1 75 6/2/2026
0.6.0-alpha.1 86 6/2/2026
0.5.0-alpha.1 60 6/2/2026
0.4.0-alpha.1 67 6/2/2026
0.3.0-alpha.1 63 6/2/2026
0.2.0-alpha.2 65 6/2/2026
Loading failed

Extracts correlation and join pending-state stores while preserving FIFO matching, timeouts, capacity, and completion behavior.