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