-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Labels
Area: Terminal LoggerProblems with the livelogger/fancylogger/terminallogger -tl functionality.Problems with the livelogger/fancylogger/terminallogger -tl functionality.
Description
This was reported by @gao-artur in microsoft/testfx#7051
Here is a new project created from the MSTest template without
MSTestSettings.csfile + the binlog. Built with
dotnet build -bl -v q
TestProject11.zip
In that thread we determined that -tl status affects the usefulness of the output for messages that do not have a specific file associated with them:
❯ dotnet build
Restore complete (4.0s)
TestProject11 net9.0 succeeded with 1 warning(s) (2.3s) → bin\Debug\net9.0\TestProject11.dll
CSC : warning MSTEST0001: Explicitly enable or disable tests parallelization (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0001)
Build succeeded with 1 warning(s) in 7.2s
❯ rm -r .\obj\
❯ dotnet build -v:q
CSC : warning MSTEST0001: Explicitly enable or disable tests parallelization (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0001)The associated project TestProject11 is not mentioned anywhere in the latter. I think that's unreasonable even when the user has requested "quiet".
Copilot
Metadata
Metadata
Assignees
Labels
Area: Terminal LoggerProblems with the livelogger/fancylogger/terminallogger -tl functionality.Problems with the livelogger/fancylogger/terminallogger -tl functionality.