PipelineConfigurationContext
Class net8.0
Provides contextual information for pipeline configuration callbacks.
namespace Aspire.Hosting.Pipelines;
public class PipelineConfigurationContext{ // ...} 7 members
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesModelget; init Gets the distributed application model containing all resources.
Servicesget; initIServiceProvider Gets the service provider for dependency resolution.
Stepsget; init Gets the list of pipeline steps collected during the first pass.
Methods3
Section titled MethodsGetSteps(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.