Samsung / Dexter

Dexter is a static analysis platform to find and remove defects efficiently and immediately during the coding-time.
BSD 2-Clause "Simplified" License
56 stars 33 forks source link

[dexter-vs] Doesn't scan solution files. #171

Closed DianaNites closed 5 years ago

DianaNites commented 6 years ago

The visual studio plugin will under no circumstances scan any file part of a solution. It will only scan files in the same directory or subdirectory as the solution, with no regard to if they're part of the solution or not, or any files outside the solution directory(Such as the case with CMake generated solutions.)

KarolAntczak commented 6 years ago

Thanks for noticing! You're right. I will check if VS API allows to list all files in solution regardless of their actual location. If so, I will provide a fix soon.

Regards Karol

DianaNites commented 6 years ago

Thanks, good luck. I did some googling of my own and it seems it's less than fun to do.

This stackoverflow may be helpful https://stackoverflow.com/questions/1434720/get-a-list-of-solution-project-files-for-vs-add-in-or-dxcore-plugin