Hello everyone,
Suppose my C# application is pure managed code (C#), for such types of application, CLSCompliantAttribute should be always true?
Are there any other points to be considered to consider whether or not it is complaint? :-)
http://msdn.microsoft.com/en-us/ms182156.aspx
thanks in advance,
George
George GeorgePosted Jun 23, 2008, 6:05 AM
Thanks slysle,
If I mark it as true, but actually my code violates the rules of CLS complaint, the non-complaint errors will be reported by compiler automatically?
regards,
George
Scott LyslePosted Jun 22, 2008, 11:55 AM