1 write to LastProcessInvocationOptions
Aspire.Cli.Tests (1)
TestServices\TestProcessExecutionFactory.cs (1)
83LastProcessInvocationOptions = options;
5 references to LastProcessInvocationOptions
Aspire.Cli.Tests (5)
NuGet\BundleNuGetPackageCacheTests.cs (1)
112Assert.True(executionFactory.LastProcessInvocationOptions?.KillOnParentExit);
ProfileCaptureServiceTests.cs (2)
79Assert.NotNull(processFactory.LastProcessInvocationOptions?.StandardOutputCallback); 80Assert.NotNull(processFactory.LastProcessInvocationOptions?.StandardErrorCallback);
Projects\ProcessGuestLauncherTests.cs (2)
46Assert.True(executionFactory.LastProcessInvocationOptions?.IsolateConsole); 47Assert.True(executionFactory.LastProcessInvocationOptions?.KillOnParentExit);