1 reference to CreateProcessStartInfo
Aspire.Cli.Tests (1)
Commands\AppHostLauncherTests.cs (1)
1349
StartedProcess = Process.Start(
CreateProcessStartInfo
(workingDirectory)) ?? throw new InvalidOperationException("Failed to start test child process.");