Using Roslyn Analyzers while developing in Visual Studio 2015 is great. However, it would be even greater to be able to call analyzers from a pre-commit hook or a CI like TeamCity in order to make sure non-conformant code is flagged.
Is there any way to get the results of an analyzer by calling a command line utility or will this need to be custom made?