dotnet/roslyn

Output /p:ReportAnalyzer=true under normal verbosity

Aperta

#55.604 aperta il 13 ago 2021

 (12 commenti) (8 reazioni) (0 assegnatari)C# (4257 fork)batch import
Area-CompilersFeature Requesthelp wanted

Metriche repository

Star
 (20.414 stelle)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

Descrizione

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.

Guida contributor