[Mono-bugs] [Bug 59891][Wis] Changed - AssemblyName.FullName does not match MS.NET

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 27 Oct 2004 01:57:25 -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 gert.driesen@pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=59891

--- shadow/59891	2004-07-14 00:59:52.000000000 -0400
+++ shadow/59891.tmp.25546	2004-10-27 01:57:25.000000000 -0400
@@ -54,6 +54,15 @@
 Ideas?
 
 ------- Additional Comments From echeslack@gmail.com  2004-07-14 00:59 -------
 Created an attachment (id=8551)
 Patch to fix currently failing tests, but breaks TestFullName1
 
+
+------- Additional Comments From gert.driesen@pandora.be  2004-10-27 01:57 -------
+Ewen, your patch would perhaps fix the tests that are failing, but it 
+would also cause incorrect results for assemblies that have been 
+emitted. Because for assemblies that have been emitted (or loaded), 
+you should always get a fully qualified assembly name, meaning 
+<assemnly name>, Version=<assembly version>, Culture=<assembly 
+culture | neutral>, PublicKeyToken=<public key token | null>.
+