Exclude Resharper Code Inspection Verification Folder

Work on a fairly large project and one of the projectโ€™s large folders uses a standard generated company code layer. This layer of code causes a lot of โ€œproblemsโ€ in Resharper, but right now refactoring the code generator just won't happen.

Is there a way to tell Resharper to skip this particular folder when it checks for a wide solution code?

+8
visual-studio-2010 resharper
source share
1 answer

In the "Forwarding Settings" menu, click "Settings" in the "Code Verification" section and select "Change items for skips" and select a folder.

Resharper menu

+15
source share

All Articles