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