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