love SharpLinter, but I'd really like to be able to call it with a VisualStudio solution or project file as parameter, and have it analyse all files in that project(s). The problem with running (recursively) on a folder is that the folder may contain lots of obsolete js files. I don't want to have to clean up the folder before running the analysis because of the time involved (clean workspace, getLatestVersion). Is this something you had considered? I am currently writing a simple console program to parse a solution and output all the js files it contains, which I then pass to sharpLinter. But maybe this could be integrated into sharpLinter?