6 references to DeployCommandStrings
aspire (6)
Commands\DeployCommand.cs (5)
24
: base("deploy",
DeployCommandStrings
.Description, runner, interactionService, projectLocator, telemetry, features, updateNotifier, executionContext, hostEnvironment, projectFactory, logger, ansiConsole)
33
protected override string OperationCompletedPrefix =>
DeployCommandStrings
.OperationCompletedPrefix;
34
protected override string OperationFailedPrefix =>
DeployCommandStrings
.OperationFailedPrefix;
35
protected override string GetOutputPathDescription() =>
DeployCommandStrings
.OutputPathArgumentDescription;
77
protected override string GetCanceledMessage() =>
DeployCommandStrings
.DeploymentCanceled;
Resources\DeployCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.DeployCommandStrings", typeof(
DeployCommandStrings
).Assembly);