9 writes to ShowSecondaryButton
Aspire.Hosting (3)
InteractionService.cs (2)
63options.ShowSecondaryButton ??= true; 71options.ShowSecondaryButton ??= false;
Pipelines\DistributedApplicationPipeline.cs (1)
92ShowSecondaryButton = true,
Aspire.Hosting.Azure.Functions (1)
src\Shared\RequiredCommandValidator.cs (1)
133ShowSecondaryButton = false
Aspire.Hosting.Azure.Kusto (1)
AzureKustoBuilderExtensions.cs (1)
400ShowSecondaryButton = false,
Aspire.Hosting.DevTunnels (2)
DevTunnelLoginManager.cs (1)
65ShowSecondaryButton = true,
src\Shared\RequiredCommandValidator.cs (1)
133ShowSecondaryButton = false
Aspire.Hosting.Python (1)
src\Shared\RequiredCommandValidator.cs (1)
133ShowSecondaryButton = 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;