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