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: 516
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