Tagged Questions

2
votes
3answers
391 views

Is there a tool for checking CLS Compliance

Is there a tool out there that anyone knows of 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 ...