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