14 references to RunCommandStrings
aspire (14)
Commands\RunCommand.cs (13)
30: base("run", RunCommandStrings.Description) 47projectOption.Description = RunCommandStrings.ProjectArgumentDescription; 51watchOption.Description = RunCommandStrings.WatchArgumentDescription; 114if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(RunCommandStrings.IsCompatibleAppHostIsNull)) 144$":linked_paperclips: {RunCommandStrings.StartingAppHost}", 163$":chart_increasing: {RunCommandStrings.StartingDashboard}", 171table.AddColumn(RunCommandStrings.Resource); 172table.AddColumn(RunCommandStrings.Type); 173table.AddColumn(RunCommandStrings.State); 174table.AddColumn(RunCommandStrings.Health); 175table.AddColumn(RunCommandStrings.Endpoints); 192var message = new Markup(RunCommandStrings.PressCtrlCToStopAppHost); 282_interactionService.DisplayError(RunCommandStrings.ProjectCouldNotBeRun);
Resources\RunCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.RunCommandStrings", typeof(RunCommandStrings).Assembly);