[Mono-bugs] [Bug 30285][Min] New - MCS doesn't check for CLS compliance

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
12 Sep 2002 23:04:22 -0000


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 martin@gnome.org.

http://bugzilla.ximian.com/show_bug.cgi?id=30285

--- shadow/30285	Thu Sep 12 19:04:22 2002
+++ shadow/30285.tmp.18041	Thu Sep 12 19:04:22 2002
@@ -0,0 +1,20 @@
+Bug#: 30285
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: martin@gnome.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+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.