I'm using SQLMetal to generate my LINQ to SQL DBML file. It creates a ".designer" file as well that has all the generated code.
It has a bunch of classes and properties that are being flagged by FX Cop for casing issues.
I've followed this stack overflow post on how to check FX Cop to suppress case issues. That seems to be working however I cannot now figure out how to add the "Generate Code" attribute to each class inside the designer
file.
Can I globally ignore that particular CS file?