8 references to DoCommandStrings
aspire (8)
Commands\DoCommand.cs (7)
25: base("do", DoCommandStrings.Description, runner, interactionService, projectLocator, telemetry, features, updateNotifier, executionContext, hostEnvironment, projectFactory, configuration, logger, ansiConsole) 30Description = DoCommandStrings.StepArgumentDescription, 36protected override string OperationCompletedPrefix => DoCommandStrings.OperationCompletedPrefix; 37protected override string OperationFailedPrefix => DoCommandStrings.OperationFailedPrefix; 38protected override string GetOutputPathDescription() => DoCommandStrings.OutputPathArgumentDescription; 54DoCommandStrings.StepArgumentDescription, 93protected 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);