[Mono-bugs] [Bug 49542][Nor] Changed - MCS doesn't correctly include the strongname public key inside an assembly.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 11 Oct 2003 12:08:33 -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 spouliot@videotron.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=49542
--- shadow/49542 2003-10-11 11:59:47.000000000 -0400
+++ shadow/49542.tmp.20130 2003-10-11 12:08:33.000000000 -0400
@@ -75,6 +75,33 @@
Expected Results (as CSC):
160
------- Additional Comments From spouliot@videotron.ca 2003-10-11 11:59 -------
There'is maybe something missing (or not exposed) in the runtime
(see 49555).
+
+------- Additional Comments From spouliot@videotron.ca 2003-10-11 12:08 -------
+Here's some results using the "snkey" tool from 49555.
+
+C:\Temp\snhard\snhard\bin\Debug>csc helloworld.cs
+Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
+for Microsoft (R) .NET Framework version 1.1.4322
+Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
+
+
+C:\Temp\snhard\snhard\bin\Debug>snkey helloworld.exe
+160
+
+C:\Temp\snhard\snhard\bin\Debug>mono snkey.exe helloworld.exe
+0
+
+C:\Temp\snhard\snhard\bin\Debug>mcs helloworld.cs
+Compilation succeeded
+
+C:\Temp\snhard\snhard\bin\Debug>snkey helloworld.exe
+596
+
+C:\Temp\snhard\snhard\bin\Debug>mono snkey.exe helloworld.exe
+0
+
+So it seems, IMHO, that both MCS and the runtime needs to be fixed
+for strongnames.