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