22 writes to Fix
aspire (22)
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (12)
67
Fix
= "Install Docker Desktop: https://www.docker.com/products/docker-desktop or Podman: https://podman.io/getting-started/installation",
131
Fix
= GetContainerRuntimeStartupAdvice(runtime),
163
Fix
= GetContainerRuntimeStartupAdvice(runtime, isDockerDesktop),
179
Fix
= GetContainerRuntimeStartupAdvice(runtime),
190
Fix
= GetContainerRuntimeInstallationLink(runtime),
215
Fix
= GetContainerRuntimeUpgradeAdvice(runtime),
233
Fix
= GetContainerRuntimeUpgradeAdvice(runtime),
259
Fix
= GetContainerRuntimeStartupAdvice(runtime),
280
Fix
= GetContainerRuntimeStartupAdvice(runtime),
294
Fix
= GetContainerRuntimeStartupAdvice(runtime, isDockerDesktop),
313
Fix
= "Switch Docker Desktop to Linux containers mode (right-click Docker tray icon → 'Switch to Linux containers...')",
330
Fix
= "Set environment variable: ASPIRE_ENABLE_CONTAINER_TUNNEL=true",
Utils\EnvironmentChecker\DeprecatedAgentConfigCheck.cs (1)
69
Fix
= AgentCommandStrings.DeprecatedConfigFix
Utils\EnvironmentChecker\DeprecatedWorkloadCheck.cs (1)
80
Fix
= "Run: dotnet workload uninstall aspire",
Utils\EnvironmentChecker\DevCertsCheck.cs (6)
50
Fix
= "Run: dotnet dev-certs https --trust",
123
Fix
= "Run 'dotnet dev-certs https --clean' to remove all certificates, then run 'dotnet dev-certs https --trust' to create a new one.",
136
Fix
= "Run 'dotnet dev-certs https --clean' to remove all certificates, then run 'dotnet dev-certs https --trust' to create a new one.",
163
Fix
= "Run: dotnet dev-certs https --trust",
178
Fix
= $"Set SSL_CERT_DIR in your shell profile: export SSL_CERT_DIR=\"/etc/ssl/certs:{devCertsTrustPath}\"",
205
Fix
= "Run 'dotnet dev-certs https --clean' to remove all certificates, then run 'dotnet dev-certs https --trust' to create a new one.",
Utils\EnvironmentChecker\DotNetSdkCheck.cs (1)
39
Fix
= $"Download .NET SDK from: https://dotnet.microsoft.com/download/dotnet/{majorVersion}.0",
Utils\EnvironmentChecker\WslEnvironmentCheck.cs (1)
45
Fix
= "Upgrade to WSL2 for best experience: wsl --set-version <distro> 2",
2 references to Fix
aspire (2)
Commands\DoctorCommand.cs (2)
141
if (!string.IsNullOrEmpty(result.
Fix
))
143
var fixLines = result.
Fix
.Split('\n', StringSplitOptions.RemoveEmptyEntries);