Is it possible to have FxCop ignore/skip analyzing of internal interfaces and classes in a given assembly?
I'm not interested in specifying all public interfaces and classes to FxCop (as analyze only these). This would mean that every time a new public type is added I have to go to FxCop's configuration and add this new type.