3 writes to ShowSecondaryButton
Aspire.Hosting (2)
InteractionService.cs (2)
39
options.
ShowSecondaryButton
??= true;
47
options.
ShowSecondaryButton
??= false;
Stress.AppHost (1)
InteractionCommands.cs (1)
19
var resultTask2 = interactionService.PromptMessageBoxAsync("Command confirmation", "Are you really sure?", new MessageBoxInteractionOptions { Intent = MessageIntent.Warning,
ShowSecondaryButton
= true }, cancellationToken: commandContext.CancellationToken);
1 reference to ShowSecondaryButton
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
89
change.ShowSecondaryButton = interaction.Options.
ShowSecondaryButton
?? true;