12 references to ExecCommandStrings
aspire (12)
Commands\ExecCommand.cs (11)
40: base("exec", ExecCommandStrings.Description, features, updateNotifier, executionContext, interactionService) 58projectOption.Description = ExecCommandStrings.ProjectArgumentDescription; 62resourceOption.Description = ExecCommandStrings.TargetResourceArgumentDescription; 66startResourceOption.Description = ExecCommandStrings.StartTargetResourceArgumentDescription; 70workdirOption.Description = ExecCommandStrings.WorkdirArgumentDescription; 75commandOption.Description = ExecCommandStrings.CommandArgumentDescription; 100InteractionService.DisplayError(ExecCommandStrings.TargetResourceNotSpecified); 108InteractionService.DisplayError(ExecCommandStrings.NoCommandSpecified); 116InteractionService.DisplayError(ExecCommandStrings.FailedToParseCommand); 211$":running_shoe: {ExecCommandStrings.Running}", 234$":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);