[Mono-bugs] [Bug 56621][Nor] Changed - [PATCH] MS AssemblyBuilder doesn't build delay-signed assemblies
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Sep 2004 11:40:14 -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=56621
--- shadow/56621 2004-08-13 10:45:30.000000000 -0400
+++ shadow/56621.tmp.31716 2004-09-07 11:40:14.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: MS AssemblyBuilder doesn't build delay-signed assemblies
+Summary: [PATCH] MS AssemblyBuilder doesn't build delay-signed assemblies
Description of Problem:
Microsoft version of AssemblyBuilder doesn't seems to like building
delay-signed assemblies.
@@ -100,6 +100,9 @@
System.Reflection.Emit.AssemblyBuilder has been fixed and commited (to
both MONO_1_0 and HEAD).
However as we are changing how we delay-sign assemblies there is a
slight risk of breaking the contributor's build IF mcs is updated
before corlib (but not if corlib is updated before mcs).
+
+------- Additional Comments From sebastien@ximian.com 2004-09-07 11:40 -------
+Better publicity ;-)