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

Ask partner teams who disabled Terminal Logger to turn it back on #10328

Open AR-May opened 4 months ago

AR-May commented 4 months ago

We have fixed issue that made runtime team to disable the Terminal Logger. We should find out whether anything else prevents the runtime team to turn the TL on and fix it.

Exit criteria: TL is on in dotnet/runtime repo.

AR-May commented 4 months ago

Contacted the runtime team. The verbosity is not a problem anymore, however, some of the messages should be printed immediately and TL dos does not do that yet: like in the case when a test hangs xunit has a feature where that prints "[Long Running Test]” and we need to show this message asap. We will need to figure out a solution for that before we may turn it on.

AR-May commented 3 months ago

Discussed internally. Resolution: