dotnet/roslyn

Output /p:ReportAnalyzer=true under normal verbosity

Offen

#55.604 geöffnet am 13.08.2021

 (12 Kommentare) (8 Reaktionen) (0 zugewiesene Personen)C# (4.257 Forks)batch import
Area-CompilersFeature Requesthelp wanted

Repository-Metriken

Stars
 (20.414 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide