Stream Forwarding changes to not wait on buffer full before writing. Instead input streams will be read character by character as they Console.Write or Console.WriteLine. Upon finding a newline character, the line will be printed to the parent process's console.
This commit is contained in:
parent
129bd03098
commit
ccaaebf6e5
9 changed files with 256 additions and 153 deletions
|
@ -21,7 +21,6 @@ namespace Microsoft.DotNet.Tools.Restore
|
|||
{
|
||||
private static readonly string DefaultRid = PlatformServices.Default.Runtime.GetLegacyRestoreRuntimeIdentifier();
|
||||
|
||||
|
||||
public static int Run(string[] args)
|
||||
{
|
||||
DebugHelper.HandleDebugSwitch(ref args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue