1 write to ExpectedExitCode
Microsoft.DotNet.RemoteExecutor.Tests (1)
RemoteExecutorTests.cs (1)
155new RemoteInvokeOptions { RollForward = "Major", CheckExitCode = false, ExpectedExitCode = 0 });
3 references to ExpectedExitCode
Microsoft.DotNet.RemoteExecutor (3)
RemoteInvokeHandle.cs (3)
237int expected = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? Options.ExpectedExitCode : unchecked((sbyte)Options.ExpectedExitCode); 242throw new RemoteExecutionException($"Exit code was {Process.ExitCode} but it should have been {Options.ExpectedExitCode}");