12 writes to Details
aspire (12)
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (2)
80
Details
= ex.Message
312
Details
= "Aspire requires Linux containers. Windows containers are not supported.",
Utils\EnvironmentChecker\DeprecatedWorkloadCheck.cs (1)
79
Details
= "The 'aspire' workload has been deprecated and causes conflicts with modern Aspire projects.",
Utils\EnvironmentChecker\DevCertsCheck.cs (7)
49
Details
= "Aspire uses HTTPS for secure communication between the dashboard and your services during local development.",
75
Details
= ex.Message
122
Details
= $"Found certificates: {certDetails}. Having multiple certificates can cause confusion.",
135
Details
= $"Found certificates: {certDetails}. Having multiple certificates can cause confusion when selecting which one to use.",
162
Details
= $"Certificate {cert.Thumbprint} exists in the personal store but was not found in the trusted root store.",
177
Details
= $"The certificate is in the trusted store, but SSL_CERT_DIR is not configured to include '{devCertsTrustPath}'. Some applications may not trust the certificate. 'aspire run' will configure this automatically.",
204
Details
= $"Older certificate versions (< v{X509Certificate2Extensions.MinimumCertificateVersionSupportingContainerTrust}) may not support container trust scenarios. Consider regenerating your development certificate. For best compatibility, use .NET SDK 10.0.101 or later.",
Utils\EnvironmentChecker\DotNetSdkCheck.cs (1)
63
Details
= ex.Message
Utils\EnvironmentChecker\WslEnvironmentCheck.cs (1)
57
Details
= "If you experience container connectivity issues, ensure Docker Desktop WSL integration is enabled."
2 references to Details
aspire (2)
Commands\DoctorCommand.cs (2)
135
if (!string.IsNullOrEmpty(result.
Details
))
137
_ansiConsole.MarkupLine($" [dim]{result.
Details
.EscapeMarkup()}[/]");