6 references to Linux
Microsoft.DotNet.Cli.Utils (5)
RuntimeEnvironment.cs (5)
39
case Platform.
Linux
:
40
return GetDistroId() ?? nameof(Platform.
Linux
);
62
case Platform.
Linux
:
99
case Platform.
Linux
:
223
return Platform.
Linux
;
Microsoft.DotNet.Cli.Utils.Tests (1)
RuntimeEnvironmentTests.cs (1)
47
Assert.Equal(Platform.
Linux
, RuntimeEnvironment.OperatingSystemPlatform);