[Mono-bugs] [Bug 56621][Nor] Changed - MS AssemblyBuilder doesn't build delay-signed assemblies

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 13 Aug 2004 10:18:49 -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:15:06.000000000 -0400
+++ shadow/56621.tmp.3838	2004-08-13 10:18:49.000000000 -0400
@@ -82,6 +82,16 @@
 Maybe it's resolution should be change to "INCOMPLETE" ?
 
 ------- Additional Comments From sebastien@ximian.com  2004-08-13 10:15 -------
 Created an attachment (id=9071)
 proposed patch
 
+
+------- Additional Comments From sebastien@ximian.com  2004-08-13 10:18 -------
+This patch fix the delay-signed problem under the MS runtime. However
+it doesn't work with the Mono runtime (i.e. we behave differently in
+the class library).
+
+The fixes to the class library shouldn't change the MCS patch (as it
+works under MS runtime) so it can be reviewed separately.
+
+I'll update this bug report when the fixes are commited to CVS.