14 writes to ConfirmationMessage
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
3017target.ConfirmationMessage = source.ConfirmationMessage; 3809commandOptions.ConfirmationMessage = exportOptions.ConfirmationMessage ?? commandOptions.ConfirmationMessage;
Aspire.Hosting.Azure (2)
AzureEnvironmentResourceExtensions.cs (1)
61ConfirmationMessage = command.ConfirmationMessage,
AzureResourcePreparer.cs (1)
84ConfirmationMessage = command.ConfirmationMessage,
Aspire.Hosting.EntityFrameworkCore (2)
EFResourceBuilderExtensions.cs (2)
720ConfirmationMessage = "Are you sure you want to drop the database? This action cannot be undone.", 737ConfirmationMessage = "Are you sure you want to reset the database? This will delete all data and cannot be undone.",
Aspire.Hosting.Tests (6)
Dashboard\DashboardServiceTests.cs (1)
180ConfirmationMessage = "Confirmation message!",
WithHttpCommandTests.cs (3)
231ConfirmationMessage = "Are you sure?", 262ConfirmationMessage = "Are you sure?", 309ConfirmationMessage = "Common confirmation",
WithProcessCommandTests.cs (2)
57ConfirmationMessage = "Are you sure?", 102ConfirmationMessage = "Run export command?",
Stress.AppHost (1)
CommandResources.cs (1)
955ConfirmationMessage = "Generate a large telemetry workload. This operation can take several minutes and consume significant disk space.",
TestShop.AppHost (1)
AppHost.cs (1)
46ConfirmationMessage = "Are you sure you want to reset the catalog database?",
4 references to ConfirmationMessage
Aspire.Hosting (3)
ResourceBuilderExtensions.cs (3)
2935return builder.WithAnnotation(new ResourceCommandAnnotation(name, displayName, commandOptions.UpdateState ?? (c => ResourceCommandState.Enabled), executeCommand, commandOptions.Description, commandOptions.Parameter, commandOptions.Arguments, commandOptions.ConfirmationMessage, commandOptions.IconName, commandOptions.IconVariant, commandOptions.IsHighlighted, commandOptions.Visibility, commandOptions.ValidateArguments, commandOptions.Progress)); 3017target.ConfirmationMessage = source.ConfirmationMessage; 3809commandOptions.ConfirmationMessage = exportOptions.ConfirmationMessage ?? commandOptions.ConfirmationMessage;
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
120commandOptions.ConfirmationMessage,