PipelineStepContext
Classsealednet10.0
Provides contextual information for a specific pipeline step execution.
namespace Aspire.Hosting.Pipelines;
public sealed class PipelineStepContext{ // ...}9 members
Remarks
Section titled Remarks This context combines the shared pipeline context with a step-specific publishing step, allowing each step to track its own tasks and completion state independently.
Constructors1
Section titled ConstructorsProperties8
Section titled Properties Gets the execution context for the distributed application.
LoggergetILogger Gets the logger for pipeline operations that writes to both the pipeline logger and the step logger.
ReportingStepget; init Gets the publishing step associated with this specific step execution.
Summaryget Gets the pipeline summary that steps can add information to. The summary will be displayed to users after pipeline execution completes.