Skip to content
Docs Try Aspire

PipelineConfigurationContext Properties

Class Properties 3 members
Provides contextual information for pipeline configuration callbacks.
Gets the distributed application model containing all resources.
public DistributedApplicationModel Model { get; init; }
Services Section titled Services IServiceProvider
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; }