Compiler Warning (level 1) CS3023
CLSCompliant attribute has no meaning when applied to return types. Try putting it on the method instead.
Function return types are not checked for CLS Compliance, since the CLS Compliance rules apply to methods and type declarations.