[Mono-bugs] [Bug 74717][Nor] Changed - [GMCS] SerializableAttribute added for all enums
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 11:50: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=74717
--- shadow/74717 2005-05-05 04:37:46.000000000 -0400
+++ shadow/74717.tmp.16505 2005-05-10 11:50:47.000000000 -0400
@@ -1,20 +1,20 @@
Bug#: 74717
-Product: Mono: Compilers
+Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: REOPENED
+Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
-Component: C#
-AssignedTo: mono-bugs@ximian.com
+Component: CORLIB
+AssignedTo: lupus@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
-TargetMilestone: ---
+TargetMilestone: 2_0
URL:
Cc:
Summary: [GMCS] SerializableAttribute added for all enums
Compile with gmcs:
-------------
@@ -47,6 +47,17 @@
------- Additional Comments From martin@ximian.com 2005-04-30 07:47 -------
Everything is ok.
------- Additional Comments From gonzalo@ximian.com 2005-05-05 04:37 -------
Can you explain why this is ok? As we're not doing the same as MS does...
+
+------- Additional Comments From miguel@ximian.com 2005-05-10 11:50 -------
+Its not a bug in gmcs/mcs, its *might* be a bug in our class libraries.
+
+In .NET 2.x they are returning attributes for CIL properties. I do
+not remember right now which ones do this, but in 1.x we turn some
+attributes into bitfields of the .NET format. This just does the opposite
+
+It is possible that somewhere in our class libraries we are doing
+*more* than we should in terms of producing these Serializable
+attributes on the flight.