[Mono-bugs] [Bug 78252][Min] Changed - [PATCH] make CS3014 warning (CLSCompliant(true) in non-CLSCompliant assembly)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 2 12:30:36 EDT 2006


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 marek.safar at seznam.cz.

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

--- shadow/78252	2006-05-02 12:28:00.000000000 -0400
+++ shadow/78252.tmp.5593	2006-05-02 12:30:36.000000000 -0400
@@ -10,13 +10,12 @@
 Component: C#
 AssignedTo: marek.safar at seznam.cz                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: [PATCH] make CS3014 warning (CLSCompliant(true) in non-CLSCompliant assembly)
 
 In .NET 1.0 csc CLSCompliant(true) inside non-CLSCompliant assembly
 (CS3014) causes an error. In .NET 2.0 it became a warning.
 
 using System;
@@ -53,6 +52,9 @@
 CLS violations are report as the warnings.
 I really don't understand why MS changed this.
 
 I know that Miguel already turned one of the errors to warning but I
 would like to keep the code consistent.
 
+
+------- Additional Comments From marek.safar at seznam.cz  2006-05-02 12:30 -------
+I'm CCing Miguel as he can decide.


More information about the mono-bugs mailing list