Compiler Warning (level 1) CS3009
Visual Studio 2012
'type': base type 'type' is not CLS-compliant
A base type was marked as not having to be compliant with the Common Language Specification (CLS) in an assembly that was marked as being CLS compliant. Either remove the attribute that specifies the assembly is CLS compliant or remove the attribute that indicates the type is not CLS compliant. For more information on CLS Compliance, see Language Independence and Language-Independent Components.