5 writes to ShowSecondaryButton
Aspire.Hosting (2)
InteractionService.cs (2)
40
options.
ShowSecondaryButton
??= true;
48
options.
ShowSecondaryButton
??= false;
Aspire.Hosting.DevTunnels (2)
DevTunnelLoginManager.cs (1)
64
ShowSecondaryButton
= true,
RequiredCommandValidator.cs (1)
80
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;