7 references to DestroyCommandStrings
aspire (7)
Commands\DestroyCommand.cs (6)
24
: base("destroy",
DestroyCommandStrings
.Description, runner, projectLocator, features, hostEnvironment, projectFactory, configuration, logger, ansiConsole, services)
28
Description =
DestroyCommandStrings
.YesOptionDescription
35
protected override string OperationCompletedPrefix =>
DestroyCommandStrings
.OperationCompletedPrefix;
36
protected override string OperationFailedPrefix =>
DestroyCommandStrings
.OperationFailedPrefix;
37
protected override string GetOutputPathDescription() =>
DestroyCommandStrings
.OutputPathArgumentDescription;
77
protected override string GetCanceledMessage() =>
DestroyCommandStrings
.DestroyCanceled;
Resources\DestroyCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.DestroyCommandStrings", typeof(
DestroyCommandStrings
).Assembly);