30 writes to Message
aspire (30)
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 (16)
65
Message
= "No container runtime detected",
78
Message
= "Failed to check container runtime",
108
Message
= $"{runtime} not found"
129
Message
= $"{runtime} check timed out",
160
Message
= $"{runtimeDescription} is installed but not running",
176
Message
= $"{runtime} is installed but the daemon is not running",
187
Message
= $"{runtime} not found",
212
Message
= $"{runtime} client version {clientVersion} is below the minimum required version {minVersionString}",
230
Message
= $"{runtime} server version {serverVersion} is below the minimum required version {minVersionString}",
256
Message
= $"{runtime} installed but daemon not reachable",
277
Message
= $"{runtime} daemon not responding",
291
Message
= $"{runtimeDescription} is installed but not running",
312
Message
= $"Docker Engine detected{versionSuffix}. Aspire's container tunnel is required to allow containers to reach applications running on the host",
323
Message
= $"Docker Engine detected and running{versionSuffix} with container tunnel enabled"
332
Message
= $"{runtimeName} detected and running{versionSuffix}"
343
Message
= $"Failed to check {runtime}"
Utils\EnvironmentChecker\DevCertsCheck.cs (8)
32
Message
= "No HTTPS development certificate found",
64
Message
= $"Multiple HTTPS development certificates found ({devCertificates.Count} certificates), but none are trusted",
77
Message
= $"Multiple HTTPS development certificates found ({devCertificates.Count} certificates)",
93
Message
= $"HTTPS development certificate is trusted ({trustedCerts.Count} trusted certificates found)",
107
Message
= "HTTPS development certificate is not trusted",
121
Message
= "HTTPS development certificate is trusted"
134
Message
= $"HTTPS development certificate has an older version ({versions})",
151
Message
= "Unable to check HTTPS development certificate",
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
,