Skip to content

Remove unused GenerateFlowsAttribute#10

Merged
stidsborg merged 1 commit intomainfrom
remove-generate-flows-attribute
May 3, 2026
Merged

Remove unused GenerateFlowsAttribute#10
stidsborg merged 1 commit intomainfrom
remove-generate-flows-attribute

Conversation

@stidsborg
Copy link
Copy Markdown
Owner

Summary

  • Delete Cleipnir/GenerateFlowsAttribute.cs — the attribute had no generator or runtime behavior backing it
  • Strip the [GenerateFlows] marker from all 24 sample files that referenced it (including the commented-out usage in Samples/Cleipnir.Sample.Presentation.AspNet/Flows/Rpc/OrderFlow.cs)

Test plan

  • dotnet build Cleipnir.NET.sln — note: there are 2 pre-existing build errors on main related to a Completion(timeout: ...) overload in Cleipnir.Kafka.Tests and Cleipnir.Tests; both reproduce without this PR and are unrelated to the attribute removal

🤖 Generated with Claude Code

The attribute was only used as a marker on sample flow classes and had
no associated generator or runtime behavior. Drop the attribute type
and strip its usages from all sample files.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@stidsborg stidsborg merged commit 8e6ccd2 into main May 3, 2026
1 check passed
@stidsborg stidsborg deleted the remove-generate-flows-attribute branch May 3, 2026 08:19
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