Skip to content
Docs Try Aspire

PipelineConfigurationContext

Class net8.0
📦 Aspire.Hosting v13.2.0
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)ats export
Gets all pipeline steps with the specified tag.
GetSteps(IResource)ats ignored
Gets all pipeline steps associated with the specified resource.
GetSteps(IResource, string)ats ignored
Gets all pipeline steps with the specified tag that are associated with the specified resource.
View all methods