PipelineConfigurationAnnotation
Class net10.0
An annotation that registers a callback to execute during the pipeline configuration phase, allowing modification of step dependencies and relationships.
namespace Aspire.Hosting.Pipelines;
public class PipelineConfigurationAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...}Constructors2
Section titled ConstructorsPipelineConfigurationAnnotation(Func<PipelineConfigurationContext, Task>) Initializes a new instance of the
PipelineConfigurationAnnotation class. PipelineConfigurationAnnotation(Action<PipelineConfigurationContext>) Initializes a new instance of the
PipelineConfigurationAnnotation class.