PipelineConfigurationAnnotation
Classnet10.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 Constructors Initializes a new instance of the
PipelineConfigurationAnnotation class. Initializes a new instance of the
PipelineConfigurationAnnotation class. Properties1
Section titled PropertiesCallbackgetFunc<PipelineConfigurationContext, Task> Gets the callback function to execute during the configuration phase.