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