Litee / SolutionCop

Tool for static analysis of Visual Studio solutions
Apache License 2.0
23 stars 3 forks source link

Support run on multiple solutions #32

Open imanushin opened 7 years ago

imanushin commented 7 years ago

Sometimes whole project has different solutions (to speedup development). In this case, solution cop should be run on the all of them (of course, rules are the same, however each solution is checked independently).

Nice to have: parallel check, instead of sequental check.

Litee commented 7 years ago

How much time will you win from parallel checks in your case?

imanushin commented 7 years ago

@Litee , I'd like to have one script for all solutions. For my opinion it is better to run all in parallel which is a minor improvement for virtualized environment (when VM host uses HDD, which is virtualized and shared between separate VMs, moreover sometimes different agents works on the same computer, and IO is a bottle neck)