12 references to ExecCommandStrings
aspire (12)
Commands\ExecCommand.cs (11)
30
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project",
ExecCommandStrings
.ProjectArgumentDescription);
33
Description =
ExecCommandStrings
.TargetResourceArgumentDescription
37
Description =
ExecCommandStrings
.StartTargetResourceArgumentDescription
41
Description =
ExecCommandStrings
.WorkdirArgumentDescription
45
Description =
ExecCommandStrings
.CommandArgumentDescription
59
: base("exec",
ExecCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
98
InteractionService.DisplayError(
ExecCommandStrings
.TargetResourceNotSpecified);
106
InteractionService.DisplayError(
ExecCommandStrings
.NoCommandSpecified);
114
InteractionService.DisplayError(
ExecCommandStrings
.FailedToParseCommand);
210
$":running_shoe: {
ExecCommandStrings
.Running}",
233
$":linked_paperclips: {
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);