[Mono-bugs] [Bug 53292][Min] Changed - SetCustomAttribute opens key file for AssemblyKeyFileAttribute
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 27 Jan 2004 10:16:08 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=53292
--- shadow/53292 2004-01-26 13:32:38.000000000 -0500
+++ shadow/53292.tmp.24802 2004-01-27 10:16:08.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 53292
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: dave-mono@earth.li
QAContact: mono-bugs@ximian.com
@@ -43,6 +43,10 @@
However the assembly ISN'T strongnamed (tested with both MS sn and
secutil tools).
We are (probably) not strongnaming the assembly at the right place
(SetCustomAttribute). Maybe some works is done directly in csc ? if
only to show the right error message (CS1548) when the file is missing ?
+
+------- Additional Comments From vargaz@freemail.hu 2004-01-27 10:16 -------
+The loading of the keyfile is moved to AssemblyBuilder.Save. Also, the
+invalid test was removed.