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