3 writes to ShowSecondaryButton
Aspire.Hosting (2)
InteractionService.cs (2)
39options.ShowSecondaryButton ??= true; 47options.ShowSecondaryButton ??= 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)
89change.ShowSecondaryButton = interaction.Options.ShowSecondaryButton ?? true;