dotnet / msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
https://docs.microsoft.com/visualstudio/msbuild/msbuild
MIT License
5.23k stars 1.35k forks source link

Terminal Logger: Rewritable Logger API spec #9378

Open JanKrivanek opened 1 year ago

JanKrivanek commented 1 year ago

Context

In case a build plugins are combining usage of Logger API and direct console writes - the output will get undesirably mangled. Sample issue manifestations:

Goal

JanKrivanek commented 11 months ago

Related: #6944