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