3 references to Confirmation
Aspire.Hosting (2)
Dashboard\DashboardService.cs (1)
190Aspire.Hosting.MessageIntent.Confirmation => Aspire.DashboardService.Proto.V1.MessageIntent.Confirmation,
InteractionService.cs (1)
37options.Intent = MessageIntent.Confirmation;
Stress.AppHost (1)
InteractionCommands.cs (1)
40_ = interactionService.PromptMessageBarAsync("Confirmation bar", "The command successfully executed.", new MessageBarInteractionOptions { Intent = MessageIntent.Confirmation });