3 references to ProcVersionPath
aspire (3)
Utils\EnvironmentChecker\WslEnvironmentCheck.cs (3)
88
Details = $"Could not classify the WSL version from {
ProcVersionPath
}. WSL1 has limited container support, so this environment may not be able to run containers.",
226
return File.Exists(
ProcVersionPath
) ? File.ReadAllText(
ProcVersionPath
) : null;