11 references to DoctorCommandStrings
aspire (11)
Commands\DoctorCommand.cs (10)
24Description = DoctorCommandStrings.JsonOptionDescription 35: base("doctor", DoctorCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 49DoctorCommandStrings.CheckingPrerequisites, 92_ansiConsole.MarkupLine($"[bold]{DoctorCommandStrings.EnvironmentCheckHeader}[/]"); 93_ansiConsole.WriteLine(new string('=', DoctorCommandStrings.EnvironmentCheckHeader.Length)); 119_ansiConsole.MarkupLine($"[bold]{string.Format(CultureInfo.CurrentCulture, DoctorCommandStrings.SummaryFormat, passed, warnings, failed)}[/]"); 124_ansiConsole.MarkupLine($"[dim]{DoctorCommandStrings.DetailedPrerequisitesLink}[/]"); 172"sdk" => DoctorCommandStrings.SdkCategoryHeader, 173"container" => DoctorCommandStrings.ContainerCategoryHeader, 174"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);