[Mono-bugs] [Bug 69462][Nor] Changed - Compiler crash on interface with event attribute [field:NonSerialized()]
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Nov 2004 09:01:29 -0500 (EST)
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69462
--- shadow/69462 2004-11-19 09:37:04.000000000 -0500
+++ shadow/69462.tmp.5195 2004-11-23 09:01:28.000000000 -0500
@@ -72,6 +72,15 @@
------- Additional Comments From martin@ximian.com 2004-11-18 09:29 -------
Reverted the fix on SVN.
------- Additional Comments From marek.safar@seznam.cz 2004-11-19 09:37 -------
Martin, why did you revert the fix ??
+
+------- Additional Comments From rharinath@novell.com 2004-11-23 09:01 -------
+Marek, this was reverted since it broke the build.
+
+The delayed evaluation of Attributes.CheckTargets prevented the
+initialization of several attributes' .Target. Most importantly of
+AssemblyKeyFile. This attribute was skipped in GetAssemblyName (),
+and thus prevented the generated assembly from being signed.
+