Skip to content
DocsTry Aspire
DocsTry

PipelineConfigurationContext Properties

ClassProperties3 members
Provides contextual information for pipeline configuration callbacks.
Gets the distributed application model containing all resources.
public DistributedApplicationModel Model { get; init; }
ServicesSection titled ServicesIServiceProvider
Gets the service provider for dependency resolution.
public IServiceProvider Services { get; init; }
Gets the list of pipeline steps collected during the first pass.
public IReadOnlyList<PipelineStep> Steps { get; init; }