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