FluxFlow.Engine 2.0.2

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

FluxFlow.Engine

Optional advanced executable runtime for hosts that intentionally use the older ApplicationDefinition model.

For new component packages and host composition, start with FluxFlow.Nodes, FluxFlow.Composition, and FluxFlow.Composition.Hosting. Component packages do not need this package to expose standalone nodes, composition adapters, or Designer metadata.

When To Use It

Use FluxFlow.Engine when a host already depends on:

  • ApplicationDefinition workflow documents
  • engine-specific validation and runtime build errors
  • conditional links through engine definitions
  • ApplicationRuntimeBuilder or FlowApplicationHost
  • engine lifecycle state and diagnostic streams

If a host only needs to compose standalone nodes from fluent C# or IConfiguration, use FluxFlow.Composition instead.

Public Surface

The package exposes the engine-era namespaces:

  • FluxFlow.Engine
  • FluxFlow.Engine.Components
  • FluxFlow.Engine.Definitions
  • FluxFlow.Engine.Runtime

FluxFlow.Mapping owns expression and mapping contracts. The engine consumes those contracts for link conditions but does not own concrete expression languages.

Component Boundary

Normal component packages should remain engine-free. Reusable node behavior belongs in packages built on FluxFlow.Nodes; composition-facing registration and design metadata belong in optional .Composition packages.

See docs/15-engine-compatibility.md for the compatibility policy and docs/12-component-composition.md for the standalone-first component model.

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 (4)

Showing the top 4 NuGet packages that depend on FluxFlow.Engine:

Package Downloads
FluxFlow.Fluent

Type-safe, code-first fluent DSL for composing FluxFlow standalone nodes into a runnable graph — Flow.From(source).Then(node).To(sink) with compile-time-checked wiring, branching, and fan-in. Reuses the FluxFlow.Composition runtime.

FluxFlow.Engine.DurableOutput

Optional provider-neutral durable output capture, renewable leased at-least-once delivery, and dead-letter operations for FluxFlow.Engine.

FluxFlow.Engine.DurableInput

Optional provider-neutral durable input delivery for FluxFlow.Engine with leased at-least-once dispatch.

FluxFlow.Engine.HealthChecks

Optional standard .NET readiness health check for FluxFlow application lifecycle and revision state.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.0.0-rc.1 134 8/9/2026
7.0.0 285 8/3/2026
2.0.2 119 7/3/2026
2.0.1 118 7/2/2026
2.0.0 110 6/19/2026
1.3.0 565 6/17/2026
1.2.0 362 6/15/2026
1.1.0 965 6/12/2026
1.0.1 1,266 6/5/2026
1.0.0 1,132 6/2/2026
0.6.0-beta.1 71 6/2/2026
0.5.0-alpha.1 349 5/31/2026
0.4.0-alpha.1 69 5/31/2026
0.3.0-alpha.1 65 5/31/2026
0.2.0-alpha.1 66 5/31/2026
0.1.0-alpha.1 66 5/31/2026

Adds the shared FluxFlow package icon. No source, API, or dependency changes.