[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 15:51:43 -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-11 19:22:55.000000000 -0500
+++ shadow/55364.tmp.18415	2004-03-23 15:51:43.000000000 -0500
@@ -56,6 +56,10 @@
 
 ------- Additional Comments From miguel@ximian.com  2004-03-11 11:52 -------
 How can I check if an assembly is signed after I have generated it?
 
 ------- Additional Comments From miguel@ximian.com  2004-03-11 19:22 -------
 Am wondering if the runtime should not throw an exception instead.
+
+------- 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.