[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 10:11:24 -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-07 10:07:50.000000000 -0400
+++ shadow/56564.tmp.27051	2004-04-07 10:11:23.000000000 -0400
@@ -115,6 +115,26 @@
 
 
 ------- Additional Comments From sebastien@ximian.com  2004-04-07 10:07 -------
 Created an attachment (id=7231)
 bug56564.tar.gz
 
+
+------- Additional Comments From sebastien@ximian.com  2004-04-07 10:11 -------
+Also attached (bug56564.tar.gz) are 6 files to test each case.
+
+They give the same results with CSC and MCS on Mono's runtime.
+sn1.cs   SUCCESS
+sn2.cs   SUCCESS
+sn3.cs   CS1548
+sn4.cs   SUCCESS
+sn5.cs   CS1606
+sn6.cs   SUCCESS
+
+While MCS on Microsoft runtime results in
+sn1.cs   SUCCESS
+sn2.cs   CS1548 - with an explaination about delay-signing
+sn3.cs   CS1548 - normal
+sn4.cs   CS1548 - with an explaination about delay-signing
+sn5.cs   CS1606 - normal
+sn6.cs   CS1548 - with an explaination about delay-signing
+