14 writes to ConfirmationMessage
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
3017
target.
ConfirmationMessage
= source.ConfirmationMessage;
3809
commandOptions.
ConfirmationMessage
= exportOptions.ConfirmationMessage ?? commandOptions.ConfirmationMessage;
Aspire.Hosting.Azure (2)
AzureEnvironmentResourceExtensions.cs (1)
61
ConfirmationMessage
= command.ConfirmationMessage,
AzureResourcePreparer.cs (1)
84
ConfirmationMessage
= command.ConfirmationMessage,
Aspire.Hosting.EntityFrameworkCore (2)
EFResourceBuilderExtensions.cs (2)
720
ConfirmationMessage
= "Are you sure you want to drop the database? This action cannot be undone.",
737
ConfirmationMessage
= "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)
180
ConfirmationMessage
= "Confirmation message!",
WithHttpCommandTests.cs (3)
231
ConfirmationMessage
= "Are you sure?",
262
ConfirmationMessage
= "Are you sure?",
309
ConfirmationMessage
= "Common confirmation",
WithProcessCommandTests.cs (2)
57
ConfirmationMessage
= "Are you sure?",
102
ConfirmationMessage
= "Run export command?",
Stress.AppHost (1)
CommandResources.cs (1)
955
ConfirmationMessage
= "Generate a large telemetry workload. This operation can take several minutes and consume significant disk space.",
TestShop.AppHost (1)
AppHost.cs (1)
46
ConfirmationMessage
= "Are you sure you want to reset the catalog database?",
4 references to ConfirmationMessage
Aspire.Hosting (3)
ResourceBuilderExtensions.cs (3)
2935
return 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));
3017
target.ConfirmationMessage = source.
ConfirmationMessage
;
3809
commandOptions.ConfirmationMessage = exportOptions.ConfirmationMessage ?? commandOptions.
ConfirmationMessage
;
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
120
commandOptions.
ConfirmationMessage
,