[Mono-bugs] [Bug 60086][Nor] Changed - MethodAttributes differences (and weirdness)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Jun 2004 12:45:32 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=60086
--- shadow/60086 2004-06-12 11:17:40.000000000 -0400
+++ shadow/60086.tmp.615 2004-06-13 12:45:32.000000000 -0400
@@ -76,6 +76,12 @@
------- Additional Comments From gert.driesen@pandora.be 2004-06-12 11:17 -------
Are you sure this is a duplicate 60090 ?
The fact that, for example, GetHashCode does not have the method
attribute Final on Mono is a different issue, no ?
+
+------- Additional Comments From gert.driesen@pandora.be 2004-06-13 12:45 -------
+Ben, found the problem : a assembly built using mcs will apparently
+target run on MS.NET 1.0 by default, and I guess the flag
+combination is not valid on .NET 1.0, causing .NET to output the
+underlying value instead.