I\'m trying to work with a large opensource project that has a handful of Roslyn Code Analyzers. When I open the solution Visual Studio uses ~35% CPU for about 15 minutes. U
It is possible to reference a ruleset file located in the parent folder
..\Example.ruleset
This way you could define one ruleset for the entire solution.