Cleaning up C# compiler warning CS3016: Arrays as attribute arguments is not CLS-compliant
- by mark
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.