3 references to Warning
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
178
case ApplicationModel.MessageIntent.
Warning
:
Stress.AppHost (2)
Program.cs (2)
124
var 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
});