11 references to DoctorCommandStrings
aspire (11)
Commands\DoctorCommand.cs (10)
27
: base("doctor",
DoctorCommandStrings
.Description, features, updateNotifier, executionContext, interactionService)
36
jsonOption.Description =
DoctorCommandStrings
.JsonOptionDescription;
46
DoctorCommandStrings
.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)
41
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.DoctorCommandStrings", typeof(
DoctorCommandStrings
).Assembly);