[Mono-bugs] [Bug 75803][Nor] New - CLS conflict with partial
classes.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 12 19:50:35 EDT 2005
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75803
--- shadow/75803 2005-08-12 19:50:35.000000000 -0400
+++ shadow/75803.tmp.23931 2005-08-12 19:50:35.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 75803
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: miguel at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: CLS conflict with partial classes.
+
+When CLS compliance is turned on, the following program refuses to compile:
+
+using System;
+
+[assembly:CLSCompliant(true)]
+
+namespace System.Web
+{
+ public partial class HttpBrowserCapabilities {
+
+ }
+
+ public partial class HttpBrowserCapabilities {
+ }
+}
More information about the mono-bugs
mailing list