53 references to PlatformDetection
Aspire.Dashboard.Components.Tests (5)
tests\Shared\AsyncTestHelpers.cs (5)
21
public static readonly int DefaultTimeoutDuration = 5 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 6 : 1); // 5 sec, 30 sec in CI
22
public static readonly int LongTimeoutDuration = 60 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 3 : 1); // 60 sec, 180 sec in CI
23
public static readonly int ExtraLongTimeoutDuration = 60 * 1000 * 3 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 180 sec, 360 sec in CI -- useful when a docker image might need pulling
24
public static readonly int DefaultOrchestratorTestTimeout = 15 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 15 sec, 30 sec in CI
25
public static readonly int DefaultOrchestratorTestLongTimeout = 45 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 4 : 1); // 45 sec, 180 sec in CI
Aspire.Dashboard.Tests (5)
tests\Shared\AsyncTestHelpers.cs (5)
21
public static readonly int DefaultTimeoutDuration = 5 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 6 : 1); // 5 sec, 30 sec in CI
22
public static readonly int LongTimeoutDuration = 60 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 3 : 1); // 60 sec, 180 sec in CI
23
public static readonly int ExtraLongTimeoutDuration = 60 * 1000 * 3 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 180 sec, 360 sec in CI -- useful when a docker image might need pulling
24
public static readonly int DefaultOrchestratorTestTimeout = 15 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 15 sec, 30 sec in CI
25
public static readonly int DefaultOrchestratorTestLongTimeout = 45 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 4 : 1); // 45 sec, 180 sec in CI
Aspire.Hosting.Kafka.Tests (5)
tests\Shared\AsyncTestHelpers.cs (5)
21
public static readonly int DefaultTimeoutDuration = 5 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 6 : 1); // 5 sec, 30 sec in CI
22
public static readonly int LongTimeoutDuration = 60 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 3 : 1); // 60 sec, 180 sec in CI
23
public static readonly int ExtraLongTimeoutDuration = 60 * 1000 * 3 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 180 sec, 360 sec in CI -- useful when a docker image might need pulling
24
public static readonly int DefaultOrchestratorTestTimeout = 15 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 15 sec, 30 sec in CI
25
public static readonly int DefaultOrchestratorTestLongTimeout = 45 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 4 : 1); // 45 sec, 180 sec in CI
Aspire.Hosting.MySql.Tests (5)
tests\Shared\AsyncTestHelpers.cs (5)
21
public static readonly int DefaultTimeoutDuration = 5 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 6 : 1); // 5 sec, 30 sec in CI
22
public static readonly int LongTimeoutDuration = 60 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 3 : 1); // 60 sec, 180 sec in CI
23
public static readonly int ExtraLongTimeoutDuration = 60 * 1000 * 3 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 180 sec, 360 sec in CI -- useful when a docker image might need pulling
24
public static readonly int DefaultOrchestratorTestTimeout = 15 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 15 sec, 30 sec in CI
25
public static readonly int DefaultOrchestratorTestLongTimeout = 45 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 4 : 1); // 45 sec, 180 sec in CI
Aspire.Hosting.NodeJs.Tests (4)
NodeFunctionalTests.cs (4)
21
[ActiveIssue("https://github.com/dotnet/aspire/issues/4508", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningFromAzdo))]
33
[ActiveIssue("https://github.com/dotnet/aspire/issues/4508", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningFromAzdo))]
Aspire.Hosting.Oracle.Tests (2)
OracleFunctionalTests.cs (2)
17
[ActiveIssue("https://github.com/dotnet/aspire/issues/5362", typeof(
PlatformDetection
), nameof(
PlatformDetection
.IsRunningOnCI))]
Aspire.Hosting.PostgreSQL.Tests (5)
tests\Shared\AsyncTestHelpers.cs (5)
21
public static readonly int DefaultTimeoutDuration = 5 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 6 : 1); // 5 sec, 30 sec in CI
22
public static readonly int LongTimeoutDuration = 60 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 3 : 1); // 60 sec, 180 sec in CI
23
public static readonly int ExtraLongTimeoutDuration = 60 * 1000 * 3 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 180 sec, 360 sec in CI -- useful when a docker image might need pulling
24
public static readonly int DefaultOrchestratorTestTimeout = 15 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 15 sec, 30 sec in CI
25
public static readonly int DefaultOrchestratorTestLongTimeout = 45 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 4 : 1); // 45 sec, 180 sec in CI
Aspire.Hosting.RabbitMQ.Tests (5)
tests\Shared\AsyncTestHelpers.cs (5)
21
public static readonly int DefaultTimeoutDuration = 5 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 6 : 1); // 5 sec, 30 sec in CI
22
public static readonly int LongTimeoutDuration = 60 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 3 : 1); // 60 sec, 180 sec in CI
23
public static readonly int ExtraLongTimeoutDuration = 60 * 1000 * 3 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 180 sec, 360 sec in CI -- useful when a docker image might need pulling
24
public static readonly int DefaultOrchestratorTestTimeout = 15 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 15 sec, 30 sec in CI
25
public static readonly int DefaultOrchestratorTestLongTimeout = 45 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 4 : 1); // 45 sec, 180 sec in CI
Aspire.Hosting.Tests (5)
tests\Shared\AsyncTestHelpers.cs (5)
21
public static readonly int DefaultTimeoutDuration = 5 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 6 : 1); // 5 sec, 30 sec in CI
22
public static readonly int LongTimeoutDuration = 60 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 3 : 1); // 60 sec, 180 sec in CI
23
public static readonly int ExtraLongTimeoutDuration = 60 * 1000 * 3 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 180 sec, 360 sec in CI -- useful when a docker image might need pulling
24
public static readonly int DefaultOrchestratorTestTimeout = 15 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 15 sec, 30 sec in CI
25
public static readonly int DefaultOrchestratorTestLongTimeout = 45 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 4 : 1); // 45 sec, 180 sec in CI
Aspire.Hosting.Valkey.Tests (5)
tests\Shared\AsyncTestHelpers.cs (5)
21
public static readonly int DefaultTimeoutDuration = 5 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 6 : 1); // 5 sec, 30 sec in CI
22
public static readonly int LongTimeoutDuration = 60 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 3 : 1); // 60 sec, 180 sec in CI
23
public static readonly int ExtraLongTimeoutDuration = 60 * 1000 * 3 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 180 sec, 360 sec in CI -- useful when a docker image might need pulling
24
public static readonly int DefaultOrchestratorTestTimeout = 15 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 2 : 1); // 15 sec, 30 sec in CI
25
public static readonly int DefaultOrchestratorTestLongTimeout = 45 * 1000 * (
PlatformDetection
.IsRunningOnCI ? 4 : 1); // 45 sec, 180 sec in CI
Aspire.Templates.Tests (3)
BuildAndRunStarterTemplateBuiltInTest.cs (1)
21
if (!
PlatformDetection
.IsRunningPRValidation)
BuildAndRunTemplateTests.cs (1)
21
if (!
PlatformDetection
.IsRunningPRValidation)
TemplateTestsBase.cs (1)
269
if (!
PlatformDetection
.IsRunningPRValidation)
Aspire.TestUtilities (4)
RequiresDockerAttribute.cs (1)
24
!
PlatformDetection
.IsRunningOnCI;
RequiresPlaywrightAttribute.cs (2)
19
!
PlatformDetection
.IsRunningOnCI // Supported on local runs
21
||
PlatformDetection
.IsRunningOnGithubActions; // Else supported on linux/GHA only
RequiresSSLCertificateAttribute.cs (1)
12
public static bool IsSupported => !
PlatformDetection
.IsRunningOnCI || !OperatingSystem.IsWindows();