-
I have a large VS 2019 (16.6.3) solution which contains around 160 project files (C#, .NET 4.8, SDK style project format). Build time significantly increases when having e.g. Microsoft.CodeAnalysis.FxCopAnalyzers enabled. This leads to the following question: I tried to add the following line into Directory.build.props
When having that, manually running code analysis over via menu bar (Analyze -> Run code analysis -> On Solution) does no longer work... |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
This comment has been hidden.
This comment has been hidden.
-
Can you try using the
Can you try to turn off |
Beta Was this translation helpful? Give feedback.
-
would you be able to submit a performance trace for your performance issue by following the steps at https://aka.ms/reportPerf? |
Beta Was this translation helpful? Give feedback.
-
@mavasani Thanks for your assistance. It's no longer necessary to provide a performance trace. After upgrading to FxCop analyzers v3.3.0-beta2.final the performance is fine again. |
Beta Was this translation helpful? Give feedback.
@mavasani Thanks for your assistance. It's no longer necessary to provide a performance trace. After upgrading to FxCop analyzers v3.3.0-beta2.final the performance is fine again.