7 references to ProcessFailedException
Aspire.Hosting (5)
Publishing\DockerContainerRuntime.cs (2)
112
throw new
ProcessFailedException
(
207
throw new
ProcessFailedException
(
Publishing\PodmanContainerRuntime.cs (2)
220
throw new
ProcessFailedException
(
251
throw new
ProcessFailedException
(
Publishing\ResourceContainerImageManager.cs (1)
419
throw new
ProcessFailedException
(
Aspire.Hosting.Tests (2)
Pipelines\DistributedApplicationPipelineTests.cs (1)
912
var expected = new
ProcessFailedException
("Docker build failed with exit code 1.", 1, ["output-001"]);
Publishing\ProcessFailedExceptionTests.cs (1)
18
var exception = new
ProcessFailedException
("Build failed.", 1, processOutput, totalProcessOutputLineCount: 60);