Skip to content

Rename RegisterFlows to RegisterFlow in IoC binding setup#9

Merged
stidsborg merged 1 commit intomainfrom
rename-register-flows
May 3, 2026
Merged

Rename RegisterFlows to RegisterFlow in IoC binding setup#9
stidsborg merged 1 commit intomainfrom
rename-register-flows

Conversation

@stidsborg
Copy link
Copy Markdown
Owner

Summary

  • Rename the three FlowsConfigurator.RegisterFlows<...> overloads in Cleipnir/AspNet/FlowsModule.cs to RegisterFlow — each call registers a single flow type, so the singular form reads more naturally at call sites.
  • Update all 13 call sites across samples, console apps, tests, and the README example.

Test plan

  • dotnet build Cleipnir.NET.sln succeeds with 0 warnings, 0 errors
  • grep -r RegisterFlows returns no remaining references (*.cs, *.md)
  • CI passes

🤖 Generated with Claude Code

Each call registers a single flow type, so the singular form reads more
naturally at call sites. Updates the three FlowsConfigurator overloads
in FlowsModule and all 13 call sites across samples, console apps,
tests, and the README example.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@stidsborg stidsborg merged commit 2a3024d into main May 3, 2026
1 check passed
@stidsborg stidsborg deleted the rename-register-flows branch May 3, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant