[Mono-bugs] [Bug 60439][Nor] Changed - mcs does not emit assembly qualified type name for types used in attributes
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Jun 2004 12:08:20 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60439
--- shadow/60439 2004-06-21 11:12:41.000000000 -0400
+++ shadow/60439.tmp.6334 2004-06-21 12:08:20.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 60439
-Product: Mono: Compilers
+Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
-Component: C#
+Component: misc
AssignedTo: sebastien@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -156,6 +156,11 @@
------- Additional Comments From sebastien@ximian.com 2004-06-21 11:12 -------
Patch for problem #2 now in CVS.
As for problem #1 running monodis on the test code shows that MCS do
not include the public key token of the attribute class in the assembly.
+
+------- Additional Comments From sebastien@ximian.com 2004-06-21 12:08 -------
+Moved issue to runtime.
+
+MCS on the MS runtime does include the public key token in the assembly.