[Mono-bugs] [Bug 71190][Wis] New - Cecil shows null for the specified assembly public key token

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 11 Jan 2005 22:08:55 -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=71190

--- shadow/71190	2005-01-11 22:08:55.000000000 -0500
+++ shadow/71190.tmp.28414	2005-01-11 22:08:55.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 71190
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Mono.Cecil
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: sebastien@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cecil shows null for the specified assembly public key token
+
+Description of Problem:
+The public key token for the specified assembly is always show as null for
+AssemblyName (under AssemblyDefinition).
+
+Steps to reproduce the problem:
+1. mono Main.exe ~/svn/mcs/class/lib/default/System.Security.dll
+2. open AssemblyDefinition
+3. look at the public key token of the AssemblyName
+
+Actual Results:
+null
+
+Expected Results:
+the proper public key token
+
+How often does this happen? 
+Always
+
+Additional Information:
+* This can also be seen in the screenshot
+http://evain.net/public/cecil_feed_alpha.png
+
+* The public key token is/may not be available and must be calculated from
+the complete public key.