Open
Description
APICompat doesn't catch when an assembly removes CLSCompliant.
It also doesn't check for other top level attributes like AllowPartiallyTrustedCallers
etc that might impact usage.
We should consider opting-in a set of assembly level attributes, or maybe comparing all assembly level attributes with a few built in exclusions.