Resharper command line code inspection is scanning not include projects in filter
So I am using the bundled version of Resharper on TeamCity v 2017.1.3 and I have it inspect my code base.
Attached to this post is a screenshot of the Build Step.
(2017-08-09 10_05_47-Code Inspection and Duplication Configuration — TeamCity.png)
In the step, I provide the projects I want to be included for the inspection.
But when the scan is completed, it appears to inspect projects that are not specified to be scanned. Like any *test.cs, *.feature.cs, and entity framework migration files (like 201512181632021_NewDb.cs, 201512181632021_NewDb.designer.cs., and 201512181632021_NewDb.resx)
I have provided the entire log of code inspection and duplication.
MyVector_Code_Inspection_and_Duplication_156.log.zip
Please sign in to leave a comment.
Hi Ewin,
Depending on how your inspection profile is configured, such as having solution wide analysis turned on, then some of the inspections might ignore the project filters. Could you check whether that's the case for you?