dotnet / msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

Home Page:https://docs.microsoft.com/visualstudio/msbuild/msbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix indentation of multiline messages in Terminal Logger with quiet verbosity.

AR-May opened this issue · comments

The multiline messages indentation processing implies that the message will appear in the structured view under the related project.
That is not correct for the Quiet verbosity and for couple of other places, such as rendering the immediate message and cases when the project is not determined.

This results in the following output:
image

Proposed output:
image