Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

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; }