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:
Bryan Thornbury 2016-02-04 18:18:08 -08:00
parent 129bd03098
commit ccaaebf6e5
9 changed files with 256 additions and 153 deletions

View file

@ -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);