8 writes to PrimaryButtonText
Aspire.Hosting (4)
Orchestrator\ParameterProcessor.cs (2)
243
PrimaryButtonText
= InteractionStrings.ParametersBarPrimaryButtonText
286
PrimaryButtonText
= InteractionStrings.ParametersInputsPrimaryButtonText,
Pipelines\DistributedApplicationPipeline.cs (1)
94
PrimaryButtonText
= "Yes",
VersionChecking\VersionCheckService.cs (1)
153
PrimaryButtonText
= InteractionStrings.VersionCheckPrimaryButtonText
Aspire.Hosting.Azure (1)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
112
PrimaryButtonText
= AzureProvisioningStrings.NotificationPrimaryButtonText
Aspire.Hosting.Azure.Kusto (1)
AzureKustoBuilderExtensions.cs (1)
399
PrimaryButtonText
= "Dismiss",
Aspire.Hosting.DevTunnels (1)
DevTunnelLoginManager.cs (1)
63
PrimaryButtonText
= Resources.MessageStrings.LoginWithMicrosoft,
Stress.AppHost (1)
InteractionCommands.cs (1)
28
_ = interactionService.PromptMessageBoxAsync("Command executed", "The command successfully executed.", new MessageBoxInteractionOptions { Intent = MessageIntent.Success,
PrimaryButtonText
= "Yeah!" });
2 references to PrimaryButtonText
Aspire.Hosting (2)
Dashboard\DashboardService.cs (2)
84
if (interaction.Options.
PrimaryButtonText
!= null)
86
change.PrimaryButtonText = interaction.Options.
PrimaryButtonText
;