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