Can we use Resharper to find too high of cyclomatic complexity on methods in continuous integration server?
Our team is using the Cyclomatic Complexity extension for Resharper within Visual Studio. We'd like our Continuous Integration server to check cyclomatic complexity and show errors if methods fail with too high a value. I see the Resharper Command Line Tools, but will this tool set support finding Cyclomatic Complexity when this logic is part of an extension added to Visual Studio?
Please sign in to leave a comment.
Hello Chris!
Thank you for contacting us.
Currently there's no support of ReSharper extensons in Command Line Tools, please follow this issue for more details -
https://youtrack.jetbrains.com/issue/RSRP-436208
Thank you.
Disappointing news. But, I do appreciate the quick response, and the link to monitor. :)
Certainly sounds like it isn't a priority anytime soon so I'll need to be looking elsewhere to meet this need. Bummer. :(