11 references to DoctorCommandStrings
aspire (11)
Commands\DoctorCommand.cs (10)
27: base("doctor", DoctorCommandStrings.Description, features, updateNotifier, executionContext, interactionService) 36jsonOption.Description = DoctorCommandStrings.JsonOptionDescription; 46DoctorCommandStrings.CheckingPrerequisites, 87_ansiConsole.MarkupLine($"[bold]{DoctorCommandStrings.EnvironmentCheckHeader}[/]"); 88_ansiConsole.WriteLine(new string('=', DoctorCommandStrings.EnvironmentCheckHeader.Length)); 114_ansiConsole.MarkupLine($"[bold]{string.Format(CultureInfo.CurrentCulture, DoctorCommandStrings.SummaryFormat, passed, warnings, failed)}[/]"); 119_ansiConsole.MarkupLine($"[dim]{DoctorCommandStrings.DetailedPrerequisitesLink}[/]"); 161"sdk" => DoctorCommandStrings.SdkCategoryHeader, 162"container" => DoctorCommandStrings.ContainerCategoryHeader, 163"environment" => DoctorCommandStrings.EnvironmentCategoryHeader,
Resources\DoctorCommandStrings.Designer.cs (1)
41global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.DoctorCommandStrings", typeof(DoctorCommandStrings).Assembly);