Consider special-casing .NET CLI loggers
Open
Area: Performance
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 133
Description
There is special-case code in MSBuild for some known internal loggers
https://github.com/dotnet/msbuild/blob/09bdfae164eac3b5c9027d803ffa513efaf91095/src/Build/BackEnd/Components/Logging/LoggingService.cs#L1614-L1628
We should consider extending that to account for `Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger` from the SDK which is attached to every `dotnet build`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.