PipelineStepExtensions
Class static net8.0
Extension methods for pipeline steps.
namespace Aspire.Hosting.Pipelines;
public static class PipelineStepExtensions{ // ...} 6 members
Methods6
Section titled MethodsDependsOn(IEnumerable<PipelineStep>, PipelineStep?)extensionats ignored Makes each step in the collection depend on the specified step.
DependsOn(IEnumerable<PipelineStep>, string)extensionats ignored Makes each step in the collection depend on the specified step name.
DependsOn(IEnumerable<PipelineStep>, IEnumerable<PipelineStep>)extensionats ignored Makes each step in the collection depend on the specified target steps.
RequiredBy(IEnumerable<PipelineStep>, PipelineStep?)extensionats ignored Specifies that each step in the collection is required by the specified step.
RequiredBy(IEnumerable<PipelineStep>, string)extensionats ignored Specifies that each step in the collection is required by the specified step name.
RequiredBy(IEnumerable<PipelineStep>, IEnumerable<PipelineStep>)extensionats ignored Specifies that each step in the collection is required by the specified target steps.