9 references to DoCommandStrings
aspire (9)
Commands\DoCommand.cs (8)
24
: base("do",
DoCommandStrings
.Description, runner, projectLocator, features, hostEnvironment, projectFactory, configuration, logger, ansiConsole, services)
28
Description =
DoCommandStrings
.StepArgumentDescription,
51
result.AddError(
DoCommandStrings
.StepArgumentRequired);
56
protected override string OperationCompletedPrefix =>
DoCommandStrings
.OperationCompletedPrefix;
57
protected override string OperationFailedPrefix =>
DoCommandStrings
.OperationFailedPrefix;
58
protected override string GetOutputPathDescription() =>
DoCommandStrings
.OutputPathArgumentDescription;
76
DoCommandStrings
.StepArgumentDescription,
115
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);