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)
30
Description =
DoCommandStrings
.StepArgumentDescription,
36
protected override string OperationCompletedPrefix =>
DoCommandStrings
.OperationCompletedPrefix;
37
protected override string OperationFailedPrefix =>
DoCommandStrings
.OperationFailedPrefix;
38
protected override string GetOutputPathDescription() =>
DoCommandStrings
.OutputPathArgumentDescription;
54
DoCommandStrings
.StepArgumentDescription,
93
protected override string GetCanceledMessage() =>
DoCommandStrings
.OperationCanceled;
Resources\DoCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.DoCommandStrings", typeof(
DoCommandStrings
).Assembly);