3 references to CompletedWithError
aspire (3)
Commands\PublishCommandBase.cs (2)
30
completionState is CompletionStates.Completed or CompletionStates.CompletedWithWarning or CompletionStates.
CompletedWithError
;
33
completionState == CompletionStates.
CompletedWithError
;
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
105
public bool IsError => CompletionState is CompletionStates.
CompletedWithError
;