24 writes to Message
aspire (24)
JsonSourceGenerationContext.EnvironmentCheckResult.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
53Message = "No container runtime detected", 66Message = "Failed to check container runtime", 96Message = $"{runtime} not found" 115Message = $"{runtime} check timed out", 128Message = $"{runtime} not found", 153Message = $"{runtime} installed but daemon not reachable", 174Message = $"{runtime} daemon not responding", 187Message = $"{runtime} installed but daemon not running", 199Message = $"{runtime} detected and running" 210Message = $"Failed to check {runtime}"
Utils\EnvironmentChecker\DevCertsCheck.cs (5)
41Message = "Unable to check HTTPS development certificate", 61Message = "HTTPS development certificate check timed out" 74Message = "HTTPS development certificate is trusted" 84Message = "HTTPS development certificate is not trusted", 97Message = "Unable to check HTTPS development certificate",
Utils\EnvironmentChecker\DockerEngineCheck.cs (3)
68Message = "Docker Desktop detected" 81Message = "Docker Engine with container tunnel enabled" 91Message = "Docker Engine requires Aspire's container tunnel to allow containers to reach applications running on the host",
Utils\EnvironmentChecker\DotNetSdkCheck.cs (3)
36Message = highestVersion is null 51Message = $".NET {highestVersion} installed ({architecture})" 62Message = "Error checking .NET SDK",
Utils\EnvironmentChecker\WslEnvironmentCheck.cs (2)
44Message = "WSL1 detected - limited container support", 56Message = "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)
122Getter = static obj => ((global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckResult)obj).Message,