PipelineStepExtensions
Classstaticnet10.0
Extension methods for pipeline steps.
namespace Aspire.Hosting.Pipelines;
public static class PipelineStepExtensions{ // ...}6 members
Methods6
Section titled Methods Makes each step in the collection depend on the specified step.
Makes each step in the collection depend on the specified step name.
Makes each step in the collection depend on the specified target steps.
Specifies that each step in the collection is required by the specified step.
Specifies that each step in the collection is required by the specified step name.
Specifies that each step in the collection is required by the specified target steps.