We’re often asked how ReSharper and Rider relate to build servers, and how their features can be utilized in CI/CD environments. There are actually quite a few tools bundled in free packages – namely ReSharper.CommandLineTools or dotCover.CommandLineTools – that can help to continuously monitor and improve our codebase. In this post, we will discuss the ReSharper tools, which include:
InspectCode – runs code analysis to find and report code issues
DupFinder – identifies semantically duplicated code fragments
CleanupCode – reformats code to make it consistent
Check out our blog po

ReSharper Command-Line Tools – Cross-Platform and Global Tools
by