[Mono-bugs] [Bug 77635][Nor] Changed -
AssemblyBuilder.SetCustomAttribute() should not treat any
attributes specially
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Feb 26 20:04:00 EST 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 kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77635
--- shadow/77635 2006-02-26 13:55:45.000000000 -0500
+++ shadow/77635.tmp.20846 2006-02-26 20:04:00.000000000 -0500
@@ -65,6 +65,11 @@
AssemblyNameFlags: None
Also note that I got ArgumentException with Mono because of
AssemblyNameFlags.Retargetable and I had to modify it (int)
AssemblyNameFlags.Retargetable while the original code works on
MS.NET.
+
+------- Additional Comments From kornelpal at hotmail.com 2006-02-26 20:04 -------
+And AssemblyBuilder.create_assembly_version() should be moved to
+compilers as AssemblyBuilder.SetCustomAttribute should not treat
+AssemblyVersionAttribute specially.
More information about the mono-bugs
mailing list