6 writes to ShowSecondaryButton
Aspire.Hosting (3)
InteractionService.cs (2)
63options.ShowSecondaryButton ??= true; 71options.ShowSecondaryButton ??= false;
Pipelines\DistributedApplicationPipeline.cs (1)
76ShowSecondaryButton = true,
Aspire.Hosting.DevTunnels (2)
DevTunnelLoginManager.cs (1)
64ShowSecondaryButton = true,
RequiredCommandValidator.cs (1)
102ShowSecondaryButton = false
Stress.AppHost (1)
InteractionCommands.cs (1)
19var 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)
93change.ShowSecondaryButton = interaction.Options.ShowSecondaryButton ?? true;