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