Skip to content
Docs Try Aspire

PipelineConfigurationContext

Class net10.0
📦 Aspire.Hosting v13.1.2
Provides contextual information for pipeline configuration callbacks.
namespace Aspire.Hosting.Pipelines;
public class PipelineConfigurationContext
{
// ...
}
View all constructors
Modelget; init
Gets the distributed application model containing all resources.
Servicesget; init
IServiceProvider
Gets the service provider for dependency resolution.
Stepsget; init
Gets the list of pipeline steps collected during the first pass.
View all properties
GetSteps(string)
Gets all pipeline steps with the specified tag.
GetSteps(IResource)
Gets all pipeline steps associated with the specified resource.
GetSteps(IResource, string)
Gets all pipeline steps with the specified tag that are associated with the specified resource.
View all methods