27 references to RemoteExecutor
Microsoft.AspNetCore.Components.Tests (1)
ParameterViewTest.Assignment.cs (1)
610using var remoteHandle = RemoteExecutor.Invoke(static () =>
Microsoft.AspNetCore.Http.Extensions.Tests (4)
JsonOptionsTests.cs (2)
20using var remoteHandle = RemoteExecutor.Invoke(static () => 38using var remoteHandle = RemoteExecutor.Invoke(static () =>
RequestDelegateFactoryTests.cs (2)
3219using var remoteHandle = RemoteExecutor.Invoke(static () => 3239using var remoteHandle = RemoteExecutor.Invoke(static () =>
Microsoft.AspNetCore.Http.Results.Tests (4)
ResultsOfTHelperTests.cs (4)
23using var remoteHandle = RemoteExecutor.Invoke(static () => 40using var remoteHandle = RemoteExecutor.Invoke(static () => 57using var remoteHandle = RemoteExecutor.Invoke(static () => 72using var remoteHandle = RemoteExecutor.Invoke(static () =>
Microsoft.AspNetCore.InternalTesting (1)
xunit\RemoteExecutionSupportedAttribute.cs (1)
18public bool IsMet => RemoteExecutor.IsSupported;
Microsoft.AspNetCore.Mvc.Core.Test (3)
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
278using var remoteHandle = RemoteExecutor.Invoke(static () =>
JsonOptionsTest.cs (2)
19using var remoteHandle = RemoteExecutor.Invoke(static () => 37using var remoteHandle = RemoteExecutor.Invoke(static () =>
Microsoft.AspNetCore.Tests (3)
WebApplicationTests.cs (3)
644using var remoteHandle = RemoteExecutor.Invoke(static () => 669using var remoteHandle = RemoteExecutor.Invoke(static () => 1020using var remoteHandle = RemoteExecutor.Invoke(static () =>
Microsoft.DotNet.RemoteExecutor (5)
RemoteExecutor.cs (3)
55Path = typeof(RemoteExecutor).Assembly.Location; 107!string.IsNullOrEmpty(typeof(RemoteExecutor).Assembly.Location); 573Assembly currentAssembly = typeof(RemoteExecutor).Assembly;
RemoteInvokeOptions.cs (2)
30public int TimeOut { get; set; } = RemoteExecutor.FailWaitTimeoutMilliseconds; 35public int ExpectedExitCode { get; set; } = RemoteExecutor.SuccessExitCode;
Microsoft.DotNet.RemoteExecutor.Tests (6)
RemoteExecutorTests.cs (6)
17RemoteExecutor.Invoke(async () => 28RemoteExecutor.Invoke(async () => 38RemoteExecutor.Invoke(async () => 51RemoteExecutor.Invoke(async () => 62RemoteExecutor.Invoke(async () => 65return RemoteExecutor.SuccessExitCode;