We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c588b commit 8011b77Copy full SHA for 8011b77
src/Aspire.Hosting/Dcp/Process/ProcessUtil.cs
@@ -29,6 +29,7 @@ public static (Task<ProcessResult>, IAsyncDisposable) Run(ProcessSpec processSpe
29
RedirectStandardOutput = true,
30
RedirectStandardError = true,
31
UseShellExecute = false,
32
+ CreateNoWindow = true,
33
WindowStyle = ProcessWindowStyle.Hidden,
34
},
35
EnableRaisingEvents = true
0 commit comments