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