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 |
||
|---|---|---|
| .. | ||
| clean | ||
| common | ||
| docker | ||
| dotnet-cli-build | ||
| Microsoft.DotNet.Cli.Build.Framework | ||
| obtain | ||
| package | ||
| publish | ||
| update-dependencies | ||
| dev-dotnet.ps1 | ||
| dev-dotnet.sh | ||
| dockerbuild.sh | ||
| dockerrun.sh | ||
| global.json | ||
| run-build.ps1 | ||
| run-build.sh | ||
| unuse-dev.ps1 | ||
| update-dependencies.ps1 | ||
| use-dev.ps1 | ||