[Mono-bugs] [Bug 80225][Nor] Changed - AssemblyName.GetPublicKey() should not return null

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 12 08:20:17 EST 2006


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 armand at dotnet.org.za.

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 armand at dotnet.org.za  2006-12-12 08:19 -------
 Created an attachment (id=18281)
 Small test for assembly fullname
 
+
+------- Additional Comments From armand at dotnet.org.za  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.


More information about the mono-bugs mailing list