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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80225 --- shadow/80225 2006-12-12 08:19:02.000000000 -0500 +++ shadow/80225.tmp.7512 2006-12-12 08:20:17.000000000 -0500 @@ -133,6 +133,18 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-12-12 08:19 ------- Created an attachment (id=18281) Small test for assembly fullname + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-12 08:20 ------- +Whichever is the correct approach in the end it will also affect the +generation of the FullName property. From what I've seen when the +AssemblyName is constructed from an Assembly (even if the +publickey/publickeytoken is null) on MS.NET the PublicKeyToken= +property is present in the fullname. +When the AssemblyName is constructed as standalone it's left out, +same as the behavior of the other components that make up the +AssemblyName. +But from the comment above this seems to vary as well. :( The +PublicKeyToken part of the Fullname however seems to be consistent. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
