7 references to DoCommandStrings
aspire (7)
Commands\DoCommand.cs (6)
22: base("do", DoCommandStrings.Description, runner, interactionService, projectLocator, telemetry, sdkInstaller, features, updateNotifier, executionContext, hostEnvironment, projectFactory, logger, ansiConsole) 26Description = DoCommandStrings.StepArgumentDescription 31protected override string OperationCompletedPrefix => DoCommandStrings.OperationCompletedPrefix; 32protected override string OperationFailedPrefix => DoCommandStrings.OperationFailedPrefix; 33protected override string GetOutputPathDescription() => DoCommandStrings.OutputPathArgumentDescription; 74protected override string GetCanceledMessage() => DoCommandStrings.OperationCanceled;
Resources\DoCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.DoCommandStrings", typeof(DoCommandStrings).Assembly);