24 writes to Message
aspire (24)
JsonSourceGenerationContext.EnvironmentCheckResult.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckResult(){ Category = (string)args[0], Name = (string)args[1], Status = (global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckStatus)args[2],
Message
= (string)args[3], Fix = (string)args[4], Link = (string)args[5], Details = (string)args[6] },
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (10)
53
Message
= "No container runtime detected",
66
Message
= "Failed to check container runtime",
96
Message
= $"{runtime} not found"
115
Message
= $"{runtime} check timed out",
128
Message
= $"{runtime} not found",
153
Message
= $"{runtime} installed but daemon not reachable",
174
Message
= $"{runtime} daemon not responding",
187
Message
= $"{runtime} installed but daemon not running",
199
Message
= $"{runtime} detected and running"
210
Message
= $"Failed to check {runtime}"
Utils\EnvironmentChecker\DevCertsCheck.cs (5)
41
Message
= "Unable to check HTTPS development certificate",
61
Message
= "HTTPS development certificate check timed out"
74
Message
= "HTTPS development certificate is trusted"
84
Message
= "HTTPS development certificate is not trusted",
97
Message
= "Unable to check HTTPS development certificate",
Utils\EnvironmentChecker\DockerEngineCheck.cs (3)
68
Message
= "Docker Desktop detected"
81
Message
= "Docker Engine with container tunnel enabled"
91
Message
= "Docker Engine requires Aspire's container tunnel to allow containers to reach applications running on the host",
Utils\EnvironmentChecker\DotNetSdkCheck.cs (3)
36
Message
= highestVersion is null
51
Message
= $".NET {highestVersion} installed ({architecture})"
62
Message
= "Error checking .NET SDK",
Utils\EnvironmentChecker\WslEnvironmentCheck.cs (2)
44
Message
= "WSL1 detected - limited container support",
56
Message
= "WSL2 environment detected",
2 references to Message
aspire (2)
Commands\DoctorCommand.cs (1)
127
_ansiConsole.MarkupLine($" [{color}]{icon}[/] {result.
Message
.EscapeMarkup()}");
JsonSourceGenerationContext.EnvironmentCheckResult.g.cs (1)
122
Getter = static obj => ((global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckResult)obj).
Message
,