[Mono-bugs] [Bug 55364][Min] Changed - We do not report (nor fail) for CS1548 - Cryptographic failure while signing assembly ...

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Mar 2004 20:54:29 -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=55364

--- shadow/55364	2004-03-23 17:23:51.000000000 -0500
+++ shadow/55364.tmp.20465	2004-03-23 20:54:29.000000000 -0500
@@ -63,6 +63,17 @@
 ------- Additional Comments From sebastien@ximian.com  2004-03-23 15:51 -------
 IIRC AssemblyBuilder do not throw exceptions.
 I'll add some unit tests to confirm this.
 
 ------- Additional Comments From sebastien@ximian.com  2004-03-23 17:23 -------
 Added a "compliant" version of attachement cs1548.cs to /mcs/errors/
+
+------- Additional Comments From sebastien@ximian.com  2004-03-23 20:54 -------
+Added new tests in
+/mcs/class/corlib/Test/System.Reflection.Emit/AssemblyBuilderTest.cs.
+
+It is possible, by using AssemblyBuilder, to create assemblies
+contaning AssemblyKeyFileAttribute even when the specified file
+doesn't exists. 
+
+CSC reports the CS1548 error in this case.
+MCS currently generates the assembly (as it rely only on AssemblyBuilder).