3 references to CompletedWithWarning
aspire (3)
Commands\PipelineCommandBase.cs (2)
85completionState is CompletionStates.Completed or CompletionStates.CompletedWithWarning or CompletionStates.CompletedWithError; 91completionState == CompletionStates.CompletedWithWarning;
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
789public bool IsWarning => CompletionState is CompletionStates.CompletedWithWarning;