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