3 references to CompletedWithWarning
aspire (3)
Commands\PublishCommandBase.cs (2)
30completionState is CompletionStates.Completed or CompletionStates.CompletedWithWarning or CompletionStates.CompletedWithError; 36completionState == CompletionStates.CompletedWithWarning;
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
110public bool IsWarning => CompletionState is CompletionStates.CompletedWithWarning;