2 instantiations of TestDetachedProcessExecution
Aspire.Cli.Tests (2)
Commands\AppHostLauncherTests.cs (2)
1309CreatedExecution = new TestDetachedProcessExecution(this, fileName, args, workingDirectory.FullName, environment, options); 1321CreatedExecution = new TestDetachedProcessExecution(this, startInfo.FileName, args, workingDirectory, env, options);
1 reference to TestDetachedProcessExecution
Aspire.Cli.Tests (1)
Commands\AppHostLauncherTests.cs (1)
1286private TestDetachedProcessExecution? CreatedExecution { get; set; }