65 references to PlatformDetection
Aspire.Cli.Tests (3)
Hosting\CliOrphanDetectorTests.cs (3)
97
[ActiveIssue("https://github.com/dotnet/aspire/issues/7920", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnGithubActions), nameof(
PlatformDetection
.IsWindows))]
Aspire.Components.Common.Tests (2)
RequiresDockerAttribute.cs (1)
25
!
PlatformDetection
.IsRunningOnCI;
RequiresSSLCertificateAttribute.cs (1)
13
public static bool IsSupported => !
PlatformDetection
.IsRunningOnCI || !OperatingSystem.IsWindows();
Aspire.Hosting.NodeJs.Tests (4)
NodeFunctionalTests.cs (4)
21
[ActiveIssue("https://github.com/dotnet/aspire/issues/4508", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
33
[ActiveIssue("https://github.com/dotnet/aspire/issues/4508", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
Aspire.Hosting.Oracle.Tests (2)
OracleFunctionalTests.cs (2)
18
[ActiveIssue("https://github.com/dotnet/aspire/issues/5362", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
Aspire.Hosting.Testing.Tests (5)
TestingBuilderTests.cs (3)
214
[ActiveIssue("https://github.com/dotnet/aspire/issues/7930", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnGithubActions), nameof(
PlatformDetection
.IsWindows))]
TestingFactoryTests.cs (2)
49
[ActiveIssue("https://github.com/dotnet/aspire/issues/4650", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
Aspire.Hosting.Tests (49)
DistributedApplicationTests.cs (40)
314
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
347
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
404
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
434
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
487
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
522
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
579
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
620
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
657
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
686
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
717
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
748
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
778
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
836
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
855
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
875
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
911
[ActiveIssue("https://github.com/dotnet/aspire/issues/4599", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
979
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
1085
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
1104
[ActiveIssue("https://github.com/dotnet/aspire/issues/4651", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
SlimTestProgramTests.cs (9)
22
[ActiveIssue("https://github.com/dotnet/aspire/issues/7923", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnGithubActions), nameof(
PlatformDetection
.IsWindows))]
47
[ActiveIssue("https://github.com/dotnet/aspire/issues/7923", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnGithubActions), nameof(
PlatformDetection
.IsWindows))]
66
[ActiveIssue("https://github.com/dotnet/aspire/issues/7923", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnGithubActions), nameof(
PlatformDetection
.IsWindows))]