3 references to Warning
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
178case ApplicationModel.MessageIntent.Warning:
Stress.AppHost (2)
Program.cs (2)
124var resultTask2 = interactionService.PromptConfirmationAsync("Command confirmation", "Are you really sure?", new MessageBoxInteractionOptions { Intent = MessageIntent.Warning }, cancellationToken: commandContext.CancellationToken); 143_ = interactionService.PromptMessageBarAsync("Warning bar", "The command successfully executed.", new MessageBoxInteractionOptions { Intent = MessageIntent.Warning });