7 references to DoCommandStrings
aspire (7)
Commands\DoCommand.cs (6)
20: base("do", DoCommandStrings.Description, runner, interactionService, projectLocator, telemetry, sdkInstaller, features, updateNotifier, executionContext, hostEnvironment) 24Description = DoCommandStrings.StepArgumentDescription 29protected override string OperationCompletedPrefix => DoCommandStrings.OperationCompletedPrefix; 30protected override string OperationFailedPrefix => DoCommandStrings.OperationFailedPrefix; 31protected override string GetOutputPathDescription() => DoCommandStrings.OutputPathArgumentDescription; 66protected 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);