Duplicates Finder (.NET)
Last modified: 20 April 2023The Duplicates Finder (.NET) Build Runner based on ReSharper Command Line Tools is intended for catching similar code fragments and providing a report on discovered repetitive blocks of C# and Visual Basic .NET code in Visual Studio 2003, 2005, 2008, 2010, 2012, 2013, and 2015 solutions.
note
This runner requires .NET Framework 4.0 (or higher) to be installed on the agent where builds will run.
If you want to run ReSharper duplicates using a specific ReSharper version (e.g. to ensure it matches the version you have installed in Visual Studio), since TeamCity 10.0 you can install another version of the tools and can change the default version to be used using the Administration | Tools page.
Sources
Option | Description |
---|---|
Include | Use newline-delimited Ant-like wildcards relative to the checkout root to specify the files to be included into the duplicates search. Visual Studio solution files are parsed and replaced by all source files from all projects within a solution. Example: |
Exclude | Enter newline-delimited Ant-like wildcards to exclude files from the duplicates search (for example, |
Duplicate Searcher Settings
Thanks for your feedback!