PipelineStepContext
Class sealed net10.0
Provides contextual information for a specific pipeline step execution.
namespace Aspire.Hosting.Pipelines;
public sealed class PipelineStepContext{ // ...} 8 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 ConstructorsProperties7
Section titled PropertiesCancellationTokengetCancellationToken Gets the cancellation token for the pipeline operation.
ExecutionContextget 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.
Modelget Gets the distributed application model to be deployed.
PipelineContextget; init Gets the pipeline context shared across all steps.
ReportingStepget; init Gets the publishing step associated with this specific step execution.
ServicesgetIServiceProvider Gets the service provider for dependency resolution.