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