ResultFlow — Setup & Configuration
-
📦 Installation —
REslava.Result.FlowThe recommended package for REslava.Result projects. Full semantic analysis, typed error edges, and complete type travel.
-
🗺️ Pipeline Visualization —
[ResultFlow]Add one attribute. Get a live Mermaid diagram of every success path, failure branch, async step, and side effect.
-
🌐 REslava.ResultFlow — Library-agnostic Alternative
Works with ErrorOr, FluentResults, LanguageExt, or any fluent Result library. No REslava.Result dependency required.
-
📦 Two-Track Package Messaging + NuGet Dependency Fix
How the two packages are positioned and how transitive NuGet dependencies are handled correctly.
-
⚙️ resultflow.json — Custom Classification
Override the built-in method classification with a single JSON file. Route any third-party or custom method to the right node kind.
-
🎨 Solution-Wide Default Theme
Set
<ResultFlowDefaultTheme>Dark</ResultFlowDefaultTheme>inDirectory.Build.propsfor a dark diagram theme across all pipelines.