7 references to DeployCommandStrings
aspire (7)
Commands\DeployCommand.cs (6)
25
: base("deploy",
DeployCommandStrings
.Description, runner, interactionService, projectLocator, telemetry, features, updateNotifier, executionContext, hostEnvironment, projectFactory, configuration, logger, ansiConsole)
29
Description =
DeployCommandStrings
.ClearCacheOptionDescription
34
protected override string OperationCompletedPrefix =>
DeployCommandStrings
.OperationCompletedPrefix;
35
protected override string OperationFailedPrefix =>
DeployCommandStrings
.OperationFailedPrefix;
36
protected override string GetOutputPathDescription() =>
DeployCommandStrings
.OutputPathArgumentDescription;
78
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);