Using TeamCity .NET Code Inspection Command Line tools In a local Visual Studio Pre-build event
would like to know if it is at all possible to use the Inspection runner command line tools that are built into TeamCity in a local Visual Studio Pre-Build Event, so that I can run an inspection on a local Build within Visual Studio. If this is possible, I would like to know if the inspection Runner will Break my local Build within Visual Studio? I am looking for a way to automatically enforce C# coding standards set within a style guide on Build within Visual Studio. Thank you very much for your time.
Please sign in to leave a comment.
Hello Gabriel!
Thank you for contacting us.
There's no such option by default in ReSharper, I'd suggest you to try the following extension - https://marketplace.visualstudio.com/items?itemName=alanwales.resharper-code-analysis.
Thank you.