4 references to Confirmation
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
219Aspire.Hosting.MessageIntent.Confirmation => Aspire.DashboardService.Proto.V1.MessageIntent.Confirmation,
InteractionService.cs (1)
61options.Intent = MessageIntent.Confirmation;
Pipelines\DistributedApplicationPipeline.cs (1)
75Intent = MessageIntent.Confirmation,
Stress.AppHost (1)
InteractionCommands.cs (1)
40_ = interactionService.PromptNotificationAsync("Confirmation bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Confirmation });