11 references to DoctorCommandStrings
aspire (11)
Commands\DoctorCommand.cs (10)
22
Description =
DoctorCommandStrings
.JsonOptionDescription
33
: base("doctor",
DoctorCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
46
var statusMessage = format == OutputFormat.Json ? string.Empty :
DoctorCommandStrings
.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)
41
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.DoctorCommandStrings", typeof(
DoctorCommandStrings
).Assembly);