2 implementations of IsLinux
aspire (1)
HostEnvironment.cs (1)
27public bool IsLinux() => OperatingSystem.IsLinux();
Aspire.Cli.Tests (1)
Utils\TestEnvironment.cs (1)
40public bool IsLinux() => ReportIsLinux;
11 references to IsLinux
aspire (11)
Certificates\CertificateService.cs (1)
68var isLinux = environment.IsLinux();
Certificates\NativeCertificateToolRunner.cs (1)
91if (environment.IsLinux())
NuGet\NuGetSignatureVerificationEnabler.cs (1)
24if (!environment.IsLinux() ||
Projects\DotNetBasedAppHostServerProject.cs (1)
780var os = _environment.IsLinux() ? "linux"
Telemetry\InternalMicrosoftDetector.cs (1)
1117if (!_environment.IsLinux())
Telemetry\TelemetryServiceCollectionExtensions.cs (1)
31else if (environment.IsLinux())
Utils\CliDownloader.cs (1)
138else if (environment.IsLinux())
Utils\EnvironmentChecker\DevCertsCheck.cs (2)
221if (!environment.IsLinux()) 493if (!environment.IsLinux())
Utils\EnvironmentChecker\OperatingSystemCheck.cs (1)
71if (environment.IsLinux())
Utils\EnvironmentChecker\WslEnvironmentCheck.cs (1)
39if (!_environment.IsLinux())