2 references to CompletedWithError
Aspire.Hosting (2)
Backchannel\BackchannelDataTypes.cs (1)
97
public bool IsError => CompletionState is CompletionStates.
CompletedWithError
;
Publishing\PublishingActivityProgressReporter.cs (1)
375
CompletionState.CompletedWithError => CompletionStates.
CompletedWithError
,