12 references to ExecCommandStrings
aspire (12)
Commands\ExecCommand.cs (11)
26
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project",
ExecCommandStrings
.ProjectArgumentDescription);
29
Description =
ExecCommandStrings
.TargetResourceArgumentDescription
33
Description =
ExecCommandStrings
.StartTargetResourceArgumentDescription
37
Description =
ExecCommandStrings
.WorkdirArgumentDescription
41
Description =
ExecCommandStrings
.CommandArgumentDescription
54
: base("exec",
ExecCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
90
InteractionService.DisplayError(
ExecCommandStrings
.TargetResourceNotSpecified);
98
InteractionService.DisplayError(
ExecCommandStrings
.NoCommandSpecified);
106
InteractionService.DisplayError(
ExecCommandStrings
.FailedToParseCommand);
202
ExecCommandStrings
.Running,
225
ExecCommandStrings
.StoppingAppHost,
Resources\ExecCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.ExecCommandStrings", typeof(
ExecCommandStrings
).Assembly);