Skip to content

Commit 6e7cda5

Browse files
author
vp
committed
Add code-gen analyzer & update pipeline workflow diagram
Added code-generation analyzer package to improve code quality for pipeline features. Updated Mermaid diagram in features-pipelines.md to clarify the "Small local workflow" by correcting the method call to services.AddPipelines.WithPipeline for consistency and accuracy.
1 parent 8e9c3f0 commit 6e7cda5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/features-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ flowchart TD
189189
A[Developer] --> B{How to define pipeline?}
190190
B -->|Reusable feature workflow| C[PipelineDefinition<TContext>]
191191
B -->|Programmatic definition| D[PipelineDefinitionBuilder<TContext>]
192-
B -->|Small local workflow| E[services.AddPipelines().WithPipeline(...)]
192+
B -->|Small local workflow| E[services.AddPipelines.WithPipeline]
193193
194194
C --> F[Register packaged pipeline]
195195
D --> G[Build IPipelineDefinition]

0 commit comments

Comments
 (0)