[Mono-bugs] [Bug 30285][Min] Changed - MCS doesn't check for CLS compliance
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 22 Jul 2003 15:18:47 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30285
--- shadow/30285 Thu Sep 12 19:04:45 2002
+++ shadow/30285.tmp.14632 Tue Jul 22 15:18:47 2003
@@ -15,6 +15,15 @@
URL:
Cc:
Summary: MCS doesn't check for CLS compliance
When using the [assembly:CLSCompliant(true)] attribute, mcs must ensure that all public types are either CLS-compliant or have a
[CLSCompliant(false)] attribute.
+
+------- Additional Comments From miguel@ximian.com 2003-07-22 15:18 -------
+CLS compliance should verify a number of things in the publically
+exposed API. here is a list:
+
+http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconwritingcls-compliantcode.asp
+
+It might also be useful to look at the MS C# errors for CLS compliance
+and follow those.