dotnet/roslyn

Output /p:ReportAnalyzer=true under normal verbosity

开放

#55,604 创建于 2021年8月13日

 (12 条评论) (8 个反应) (0 位负责人)C# (4,257 个派生)batch import
Area-CompilersFeature Requesthelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

Hello,

We're using /p:ReportAnalyzer=true a lot when working with analyzer performance and the output is very useful.

Downside of this property is that it works only with -verbosity:detailed that also outputs many MsBuild and target steps that we don't need. It's polluting our logs with unneeded stuff and makes the results hard to find.

Can you please update /p:ReportAnalyzer=true to output the results to the console under -verbosity:normal?

If we explicitly asks for this parameter, we'd like to have it under normal conditions.

贡献者指南