2 writes to Detached
aspire (2)
DotNet\ProcessExecutionFactory.cs (2)
73Detached = options.Detached, 114Detached = options.Detached,
4 references to Detached
aspire (4)
Processes\IsolatedProcess.cs (3)
50/// <see cref="KillOnParentExit"/> or <see cref="Detached"/> requires the Windows interop launcher. 322if (_startInfo.Detached && !OperatingSystem.IsWindows()) 329else if (OperatingSystem.IsWindows() && (_startInfo.IsolateConsole || _startInfo.KillOnParentExit || _startInfo.Detached))
Processes\IsolatedProcess.Windows.cs (1)
35if (startInfo.Detached)