CA: Suppress results from generated code not working in VS2010 beta 2

Posted by klausbyskov on Stack Overflow See other posts from Stack Overflow or by klausbyskov
Published on 2010-03-16T10:30:51Z Indexed on 2010/03/16 10:36 UTC
Read the original article Hit count: 645

I'm trying to run codeanalysis on an assembly that contains an entity model (edmx file). In project properties I have checked the "Suppress results from generated code" option, but I am still getting a lot of CA errors pertaining to the auto-generated EF code.

Has anyone experienced this? And is there a work-around?

© Stack Overflow or respective owner

Related posts about VS2010

Related posts about code-analysis