[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
Tue, 6 Apr 2004 16:04:21 -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=56564
--- shadow/56564 2004-04-06 16:01:20.000000000 -0400
+++ shadow/56564.tmp.18492 2004-04-06 16:04:21.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 56564
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -42,6 +42,15 @@
AssemblyDelaySign(true).
------- Additional Comments From sebastien@ximian.com 2004-04-06 16:01 -------
Created an attachment (id=7211)
codegen.diff
+
+------- Additional Comments From sebastien@ximian.com 2004-04-06 16:04 -------
+The patch display the correct warning to the user. It also makes sure
+that a delay-signed assembly won't get signed (by accident) if the
+private key is available and will load correctly the ECMA key (special
+case).
+
+Note: The ECMA key support doesn't work on the Microsoft runtime. MS
+must use another mechanism to embed the ECMA key in their assemblies.