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