11 references to CompletedWithError
aspire (6)
Commands\PipelineCommandBase.cs (2)
85
completionState is CompletionStates.Completed or CompletionStates.CompletedWithWarning or CompletionStates.
CompletedWithError
;
88
completionState == CompletionStates.
CompletedWithError
;
Commands\RenderCommand.cs (3)
755
CompletionState = CompletionStates.
CompletedWithError
,
769
CompletionState = CompletionStates.
CompletedWithError
,
793
CompletionState = CompletionStates.
CompletedWithError
,
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
784
public bool IsError => CompletionState is CompletionStates.
CompletedWithError
;
Aspire.Cli.Tests (5)
Commands\DeployCommandTests.cs (3)
558
CompletionState = CompletionStates.
CompletedWithError
,
571
CompletionState = CompletionStates.
CompletedWithError
,
584
CompletionState = CompletionStates.
CompletedWithError
,
Commands\DestroyCommandTests.cs (2)
367
CompletionState = CompletionStates.
CompletedWithError
,
380
CompletionState = CompletionStates.
CompletedWithError
,