4 references to Warning
Aspire.Hosting (2)
Dashboard\DashboardService.cs (1)
187Aspire.Hosting.MessageIntent.Warning => Aspire.DashboardService.Proto.V1.MessageIntent.Warning,
Orchestrator\ParameterProcessor.cs (1)
135Intent = MessageIntent.Warning,
Stress.AppHost (2)
InteractionCommands.cs (2)
19var resultTask2 = interactionService.PromptMessageBoxAsync("Command confirmation", "Are you really sure?", new MessageBoxInteractionOptions { Intent = MessageIntent.Warning, ShowSecondaryButton = true }, cancellationToken: commandContext.CancellationToken); 38_ = interactionService.PromptMessageBarAsync("Warning bar", "The command successfully executed.", new MessageBarInteractionOptions { Intent = MessageIntent.Warning });