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