7 references to DeployCommandStrings
aspire (7)
Commands\DeployCommand.cs (6)
24: base("deploy", DeployCommandStrings.Description, runner, projectLocator, features, hostEnvironment, projectFactory, configuration, logger, ansiConsole, services) 28Description = DeployCommandStrings.ClearCacheOptionDescription 33protected override string OperationCompletedPrefix => DeployCommandStrings.OperationCompletedPrefix; 34protected override string OperationFailedPrefix => DeployCommandStrings.OperationFailedPrefix; 35protected override string GetOutputPathDescription() => DeployCommandStrings.OutputPathArgumentDescription; 77protected override string GetCanceledMessage() => DeployCommandStrings.DeploymentCanceled;
Resources\DeployCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.DeployCommandStrings", typeof(DeployCommandStrings).Assembly);