7 writes to ShowSecondaryButton
Aspire.Hosting (4)
ApplicationModel\RequiredCommandValidator.cs (1)
131ShowSecondaryButton = false
InteractionService.cs (2)
63options.ShowSecondaryButton ??= true; 71options.ShowSecondaryButton ??= false;
Pipelines\DistributedApplicationPipeline.cs (1)
94ShowSecondaryButton = true,
Aspire.Hosting.Azure.Kusto (1)
AzureKustoBuilderExtensions.cs (1)
400ShowSecondaryButton = false,
Aspire.Hosting.DevTunnels (1)
DevTunnelLoginManager.cs (1)
65ShowSecondaryButton = true,
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;