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