[Mono-bugs] [Bug 69721][Wis] Changed - Add /key switch to ilasm

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Dec 2004 22:52:21 -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 sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=69721

--- shadow/69721	2004-12-02 22:02:59.000000000 -0500
+++ shadow/69721.tmp.3045	2004-12-06 22:52:21.000000000 -0500
@@ -46,6 +46,15 @@
 the .publickey within (i.e. the public key embedded).
 
 
 [*] I say "works" because SN cannot sign the assembly. Well it can
 sign it but the assembly becomes unusable afterward. Maybe the space
 for the signature isn't reserved ?
+
+------- Additional Comments From sebastien@ximian.com  2004-12-06 22:52 -------
+PEAPI.cs line 3329 (in BuildTextSection)
+
+// strongNameSig = metaData.GetStrongNameSig();
+
+
+I guess that's a good reason. Sadly the neither the variable nor the
+method are declared.