8 references to PublishCommandStrings
aspire (8)
Commands\PipelineCommandBase.cs (2)
38
protected static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project",
PublishCommandStrings
.ProjectArgumentDescription);
60
Description =
PublishCommandStrings
.NoBuildArgumentDescription
Commands\PublishCommand.cs (5)
28
PublishCommandStrings
.SelectAPublisher,
43
: base("publish",
PublishCommandStrings
.Description, runner, interactionService, projectLocator, telemetry, features, updateNotifier, executionContext, hostEnvironment, projectFactory, configuration, logger, ansiConsole)
48
protected override string OperationCompletedPrefix =>
PublishCommandStrings
.OperationCompletedPrefix;
49
protected override string OperationFailedPrefix =>
PublishCommandStrings
.OperationFailedPrefix;
50
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);