[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 14:39:17 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 13:14:30.000000000 -0400
+++ shadow/78252.tmp.9677 2006-05-02 14:39:17.000000000 -0400
@@ -63,6 +63,13 @@
The merit of this change is that you can easily turn CLS compliance
off just by commenting assembly:CLSCompliant out. Otherwise you have
to search all CLSCompliant attributes and comment them out. And when
you want to turn it on, there is no assured way to do it, especially
considering that some CLSCompliant attributes might be originally
commented out.
+
+------- Additional Comments From marek.safar at seznam.cz 2006-05-02 14:39 -------
+Hmm, the interesting point but I don't understand why
+should one switch between comliant and not compliant on regular basis.
+
+And secondly easier way is instead of removing attribute just to change
+its value from true to false and an assembly is not CLS compliant.
More information about the mono-bugs
mailing list