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