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