2 writes to CheckExitCode
Aspire.Cli.Tests (1)
Hosting\CliOrphanDetectorTests.cs (1)
102new RemoteInvokeOptions { CheckExitCode = false }
Microsoft.DotNet.RemoteExecutor.Tests (1)
RemoteExecutorTests.cs (1)
155new RemoteInvokeOptions { RollForward = "Major", CheckExitCode = false, ExpectedExitCode = 0 });
1 reference to CheckExitCode
Microsoft.DotNet.RemoteExecutor (1)
RemoteInvokeHandle.cs (1)
235if (Options.CheckExitCode)