13 references to WithFinalAction
Aspire.Hosting.Dotnet (1)
DotnetProjectBuildCoordinator.cs (1)
236builder.Pipeline.WithFinalAction(
Aspire.Hosting.Dotnet.Tests (2)
DotnetProjectBuildCoordinatorTests.cs (2)
743builder.Pipeline.WithFinalAction( 780builder.Pipeline.WithFinalAction(
Aspire.Hosting.Tests (10)
Pipelines\DistributedApplicationPipelineTests.cs (8)
2262pipeline.WithFinalAction("step", _ => 2267pipeline.WithFinalAction("step", _ => 2287pipeline.WithFinalAction("step", _ => throw expectedException); 2288pipeline.WithFinalAction("step", _ => 2310pipeline.WithFinalAction(WellKnownPipelineSteps.BeforeStart, firstFinalAction); 2311pipeline.WithFinalAction(WellKnownPipelineSteps.BeforeStart, secondFinalAction); 2333var configuredPipeline = pipeline.WithFinalAction("missing-step", _ => Task.CompletedTask); 2360pipeline.WithFinalAction("duplicate-step", _ => Task.CompletedTask);
Publishing\PipelineExecutorTests.cs (2)
74builder.Pipeline.WithFinalAction(WellKnownPipelineSteps.BeforeStart, _ => 79builder.Pipeline.WithFinalAction(WellKnownPipelineSteps.BeforeStart, _ =>