12 writes to Details
aspire (12)
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (2)
80Details = ex.Message 312Details = "Aspire requires Linux containers. Windows containers are not supported.",
Utils\EnvironmentChecker\DeprecatedWorkloadCheck.cs (1)
79Details = "The 'aspire' workload has been deprecated and causes conflicts with modern Aspire projects.",
Utils\EnvironmentChecker\DevCertsCheck.cs (7)
49Details = "Aspire uses HTTPS for secure communication between the dashboard and your services during local development.", 75Details = ex.Message 122Details = $"Found certificates: {certDetails}. Having multiple certificates can cause confusion.", 135Details = $"Found certificates: {certDetails}. Having multiple certificates can cause confusion when selecting which one to use.", 162Details = $"Certificate {cert.Thumbprint} exists in the personal store but was not found in the trusted root store.", 177Details = $"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.", 204Details = $"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)
63Details = ex.Message
Utils\EnvironmentChecker\WslEnvironmentCheck.cs (1)
57Details = "If you experience container connectivity issues, ensure Docker Desktop WSL integration is enabled."
2 references to Details
aspire (2)
Commands\DoctorCommand.cs (2)
135if (!string.IsNullOrEmpty(result.Details)) 137_ansiConsole.MarkupLine($" [dim]{result.Details.EscapeMarkup()}[/]");