v1.50.0 ✅

  • Pipeline Registry Generator — new always-on ResultFlowRegistryGenerator in both packages; emits {ClassName}_PipelineRegistry.g.cs per class with _Methods (JSON array of pipeline method names) and {MethodName}_Info (JSON object with returnType, nodeCount, nodeKinds, errorTypes, hasDiagram, sourceLine)
  • ResultFlowRegistry=false — opt-out MSBuild property to disable registry generation per project
  • VSIX v1.2.0 — ⚡ Flow Catalog sidebar — dedicated activity bar panel listing every [ResultFlow] method across the entire workspace, grouped by project and class; no need to navigate to a source file first
  • Project build status — project nodes turn green (registry found) or red (needs build); right-click → Build Project runs dotnet build --no-incremental and auto-refreshes
  • Method metadata — each method node shows for async, return type, node count as description; hover for full tooltip (return type, node count, node kinds, error types)
  • Stats bar — total projects · pipelines · nodes shown above the tree
  • Single / Multiple window mode — toggle whether pipeline diagram clicks reuse one shared panel or open per-method; persists via reslava.diagramWindowMode setting; toggled from sidebar toolbar or diagram panel toolbar