dotnet-installer/test
Eric Erhardt 6bf59ffde6 Console.Write() doesn't show output until a newline
When running an app with `dotnet run`, we are redirecting the standard out and error just to print it out to our standard out and error. However, we are batching the output until we hit a newline, which isn't ideal for console apps.

To fix this, `dotnet run` no longer redirects the standard out and error.

Fix #2777
2016-05-13 09:03:35 -05:00
..
ArgumentForwardingTests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
ArgumentsReflector Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
binding-redirects.Tests Updating to latest dotnet-test-xunit 2016-04-30 18:25:11 -07:00
crossgen.Tests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
dotnet-build.Tests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
dotnet-compile-fsc.Tests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
dotnet-compile.Tests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
dotnet-compile.UnitTests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
dotnet-new.Tests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
dotnet-pack.Tests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
dotnet-projectmodel-server.Tests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
dotnet-publish.Tests Merge pull request #2980 from eerhardt/FixTestCommandErrors 2016-05-11 11:27:52 -05:00
dotnet-resgen.Tests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
dotnet-run.Tests Merge pull request #2980 from eerhardt/FixTestCommandErrors 2016-05-11 11:27:52 -05:00
dotnet-run.UnitTests Console.Write() doesn't show output until a newline 2016-05-13 09:03:35 -05:00
dotnet-test.Tests Merge pull request #2980 from eerhardt/FixTestCommandErrors 2016-05-11 11:27:52 -05:00
dotnet-test.UnitTests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
dotnet.Tests Merge pull request #2980 from eerhardt/FixTestCommandErrors 2016-05-11 11:27:52 -05:00
EndToEnd Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
Installer make 'platform' flag dependent upon CLI bitness 2016-04-12 16:11:00 -07:00
Kestrel.Tests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
Microsoft.DotNet.Cli.Utils.Tests Merge pull request #2981 from eerhardt/FixBuiltInTests 2016-05-10 22:22:20 -05:00
Microsoft.DotNet.Compiler.Common.Tests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
Microsoft.DotNet.ProjectModel.Tests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
Microsoft.DotNet.Tools.Tests.Utilities Merge pull request #2980 from eerhardt/FixTestCommandErrors 2016-05-11 11:27:52 -05:00
Microsoft.Extensions.DependencyModel.Tests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
Performance Merge pull request #2870 from dpodder/perf-test-guide 2016-05-11 12:57:28 -05:00
ScriptExecutorTests Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00
TestingAbstractions Upgrade the RC2 branding to RC3. 2016-05-10 13:36:20 -07:00