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.17k stars 1.34k forks source link

Terminal Logger: Rewritable Logger API spec #9378

Open JanKrivanek opened 8 months ago

JanKrivanek commented 8 months 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 7 months ago

Related: #6944