7 references to PublishCommandStrings
aspire (7)
Commands\PipelineCommandBase.cs (1)
89
Description =
PublishCommandStrings
.ProjectArgumentDescription
Commands\PublishCommand.cs (5)
27
PublishCommandStrings
.SelectAPublisher,
40
: base("publish",
PublishCommandStrings
.Description, runner, interactionService, projectLocator, telemetry, sdkInstaller, features, updateNotifier, executionContext, hostEnvironment, projectFactory, logger, ansiConsole)
46
protected override string OperationCompletedPrefix =>
PublishCommandStrings
.OperationCompletedPrefix;
47
protected override string OperationFailedPrefix =>
PublishCommandStrings
.OperationFailedPrefix;
48
protected override string GetOutputPathDescription() =>
PublishCommandStrings
.OutputPathArgumentDescription;
Resources\PublishCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.PublishCommandStrings", typeof(
PublishCommandStrings
).Assembly);