[Mono-bugs] [Bug 56564][Nor] Changed - Incorrect description for CS1548 when the strongname file doesn't contain the private key
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Apr 2004 08:47:09 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=56564
--- shadow/56564 2004-04-07 07:44:27.000000000 -0400
+++ shadow/56564.tmp.26494 2004-04-07 08:47:09.000000000 -0400
@@ -74,6 +74,10 @@
b. On Mono runtime MCS will successfully compile the assembly.
We may have to use the _monocs_ (or something like this) around the
AssemblyKeyFile for the ECMA signed assemblies so they still compile
on Windows. But we wont be able to put ECMA assemblies compiled with
CSC in the GAC.
+
+------- Additional Comments From gert.driesen@pandora.be 2004-04-07 08:47 -------
+In that case, wouldn't it be better to use mcs to build the Mono
+assemblies on Windows too (like we do on Linux) ?