3 writes to ConfirmationMessage
Aspire.Hosting.Tests (2)
Dashboard\DashboardServiceTests.cs (1)
160
ConfirmationMessage
= "Confirmation message!",
WithHttpCommandTests.cs (1)
71
ConfirmationMessage
= "Are you sure?",
TestShop.AppHost (1)
Program.cs (1)
41
ConfirmationMessage
= "Are you sure you want to reset the catalog database?",
1 reference to ConfirmationMessage
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
1386
return builder.WithAnnotation(new ResourceCommandAnnotation(name, displayName, commandOptions.UpdateState ?? (c => ResourceCommandState.Enabled), executeCommand, commandOptions.Description, commandOptions.Parameter, commandOptions.
ConfirmationMessage
, commandOptions.IconName, commandOptions.IconVariant, commandOptions.IsHighlighted));