2 writes to CreatedExecution
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);
5 references to CreatedExecution
Aspire.Cli.Tests (5)