7 references to DeployCommandStrings
aspire (7)
Commands\DeployCommand.cs (6)
24
: base("deploy",
DeployCommandStrings
.Description, runner, projectLocator, features, hostEnvironment, projectFactory, configuration, logger, ansiConsole, services)
28
Description =
DeployCommandStrings
.ClearCacheOptionDescription
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);