7 references to Confirmation
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
189Aspire.Hosting.MessageIntent.Confirmation => Aspire.DashboardService.Proto.V1.MessageIntent.Confirmation,
InteractionService.cs (1)
93options.Intent = MessageIntent.Confirmation;
Pipelines\DistributedApplicationPipeline.cs (1)
97Intent = MessageIntent.Confirmation,
Aspire.Hosting.Azure (1)
AzureEnvironmentResource.cs (1)
342Intent = MessageIntent.Confirmation,
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
502Intent = MessageIntent.Confirmation,
Aspire.Hosting.Kubernetes (1)
Deployment\HelmDeploymentEngine.cs (1)
653Intent = MessageIntent.Confirmation,
Stress.AppHost (1)
InteractionCommands.cs (1)
42_ = interactionService.PromptNotificationAsync("Confirmation bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Confirmation });