I'm having a little problem with NDepend not ignoring generated code. It's picking up issues around methods with too many parameters on the designer.cs file generated by EF when the entity data model is created. The class is commented with an "auto-generated" annotation but is still being picked up by NDepend.
I can't seem to find how to either force *.designer.cs to be ignored or even to ignore the specific file without wild cards. The closest I've come is this post from a couple of years ago where Patrick mentions plans to do this but nothing more.
Am I missing something? Is there an easy way to exclude this?