6 references to DeployCommandStrings
aspire (6)
Commands\DeployCommand.cs (5)
18
: base("deploy",
DeployCommandStrings
.Description, runner, interactionService, projectLocator, telemetry, sdkInstaller, features, updateNotifier)
22
protected override string OperationCompletedPrefix =>
DeployCommandStrings
.OperationCompletedPrefix;
23
protected override string OperationFailedPrefix =>
DeployCommandStrings
.OperationFailedPrefix;
25
protected override string GetOutputPathDescription() =>
DeployCommandStrings
.OutputPathArgumentDescription;
32
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);