Is there a tool that can analyse my .NET code (C# and VB.NET) and tell me why things are not CLS Compliant?
Visual Studio is happy to tell me a parameter is not CLS compliant, but it doesn't get me any closer to fixing the problem as I don't know the cause.
Example Visual Studio error:
Parameter 'xyz' is not CLS-Compliant