See sonarlint analysis results in one page for all projects under solution tab

Hi,

How can I analyse entire project (not seperately classes) in visual studio 2019 in sonar lint? Because I want to have all results of the project. not in class level. ı want to see results in project level in solution explorer. I woould like to see solution explorer results in one page not in class level. Could you please assist me?

Thank you

Hi @Mehmet_Inan. For C# code in Visual Studio, the scope of the analysis is controlled by standard Visual Studio settings. You can configure VS to analyse the whole solution (note that this is not the default for performance reasons), but the results will be displayed in the Error List as normal. See the Microsoft docs for more information.

1 Like

Hi Duncan,
Thank you. It was very helpfull.
Kind regards,

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.