Cleaning up C# compiler warning CS3016: Arrays as attribute arguments is not CLS-compliant

Posted by mark on Stack Overflow See other posts from Stack Overflow or by mark
Published on 2010-05-26T12:25:03Z Indexed on 2010/05/26 12:31 UTC
Read the original article Hit count: 488

Filed under:
|
|

I have some code, which generates this warning in several places. I want to fix them, but I do not know where they are because the C# compiler does not report the line of the error (there is an open MS Connect issue for that).

Is there a tool, which can tell me where is the problematic code? IL level tool is fine, known the method name and declaring type is good enough.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET