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 |
||
|---|---|---|
| .. | ||
| Publishing | ||
| Utils | ||
| CompileTargets.cs | ||
| DebTargets.cs | ||
| dotnet-cli-build.xproj | ||
| InstallerTargets.cs | ||
| MsiTargets.cs | ||
| PackageDependencies.cs | ||
| PackageTargets.cs | ||
| PkgTargets.cs | ||
| PrepareTargets.cs | ||
| Program.cs | ||
| project.json | ||
| PublishTargets.cs | ||
| TestPackageProjects.cs | ||
| TestTargets.cs | ||