1 write to _ansiConsole
aspire (1)
Commands\DoctorCommand.cs (1)
52_ansiConsole = ansiConsole;
13 references to _ansiConsole
aspire (13)
Commands\DoctorCommand.cs (13)
73InstallationInfoOutput.OutputTable(_ansiConsole, self); 126_ansiConsole.WriteLine(); 127_ansiConsole.MarkupLine($"[bold]{DoctorCommandStrings.EnvironmentCheckHeader}[/]"); 128_ansiConsole.WriteLine(new string('=', DoctorCommandStrings.EnvironmentCheckHeader.Length)); 129_ansiConsole.WriteLine(); 139_ansiConsole.MarkupLine($"[bold]{categoryHeader}[/]"); 146_ansiConsole.WriteLine(); 154_ansiConsole.MarkupLine($"[bold]{string.Format(CultureInfo.CurrentCulture, DoctorCommandStrings.SummaryFormat, passed, warnings, failed)}[/]"); 160_ansiConsole.MarkupLine(string.Format(CultureInfo.CurrentCulture, DoctorCommandStrings.DetailedPrerequisitesLink, MarkupHelpers.SafeLink(InteractionService, prerequisitesUrl))); 163InstallationInfoOutput.OutputTable(_ansiConsole, installations); 173var grid = ConsoleHelpers.CreateEmojiGrid(icon, _ansiConsole, messageMarkup); 175_ansiConsole.Write(new Padder(grid, new Padding(2, 0))); 207_ansiConsole.Write(new Padder(detailGrid, new Padding(7, 0)));