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)
41Details = ex.Message 62Details = DoctorCommandStrings.DevCertsNoCertificateDetails, 103Details = string.Format(CultureInfo.CurrentCulture, DoctorCommandStrings.DevCertsMultipleNoneTrustedDetailsFormat, certDetails), 117Details = string.Format(CultureInfo.CurrentCulture, DoctorCommandStrings.DevCertsMultipleSomeUntrustedDetailsFormat, certDetails), 146Details = string.Format(CultureInfo.CurrentCulture, DoctorCommandStrings.DevCertsNotTrustedDetailsFormat, cert.Thumbprint ?? "unknown"), 162Details = string.Format(CultureInfo.CurrentCulture, DoctorCommandStrings.DevCertsPartiallyTrustedDetailsFormat, devCertsTrustPath), 191Details = string.Format(CultureInfo.CurrentCulture, DoctorCommandStrings.DevCertsOldVersionDetailsFormat, CertificateManager.CurrentMinimumAspNetCoreCertificateVersion),
Utils\EnvironmentChecker\DotNetSdkCheck.cs (1)
79Details = 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)
142var hasDetails = !string.IsNullOrEmpty(result.Details); 168detailGrid.AddRow(new Markup($"[dim]{result.Details!.EscapeMarkup()}[/]"));