2 writes to CreatedExecution
Aspire.Cli.Tests (2)
Commands\AppHostLauncherTests.cs (2)
1474CreatedExecution = new TestDetachedProcessExecution(this, fileName, args, workingDirectory.FullName, environment, options);
1486CreatedExecution = new TestDetachedProcessExecution(this, startInfo.FileName, args, workingDirectory, env, options);
5 references to CreatedExecution
Aspire.Cli.Tests (5)