6 references to DeployCommandStrings
aspire (6)
Commands\DeployCommand.cs (5)
18: base("deploy", DeployCommandStrings.Description, runner, interactionService, projectLocator, telemetry, sdkInstaller, features, updateNotifier) 22protected override string OperationCompletedPrefix => DeployCommandStrings.OperationCompletedPrefix; 23protected override string OperationFailedPrefix => DeployCommandStrings.OperationFailedPrefix; 25protected override string GetOutputPathDescription() => DeployCommandStrings.OutputPathArgumentDescription; 32protected 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);