[Mono-bugs] [Bug 56341][Nor] New - Type.AssemblyQualifiedName doesn't contain the right string

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 1 Apr 2004 12:52:29 -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 jeanmarc.andre@cpe.fr.

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

--- shadow/56341	2004-04-01 12:52:29.000000000 -0500
+++ shadow/56341.tmp.30615	2004-04-01 12:52:29.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 56341
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Fedora 1.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jeanmarc.andre@cpe.fr               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Type.AssemblyQualifiedName doesn't contain the right string
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Some information about the assembly are missing (version, culture....)
+
+
+Steps to reproduce the problem:
+Build and run the attached file under Mono and .NET
+1. 
+2. 
+3. 
+
+Actual Results:
+Test.Class1+Class2
+t2.FullName = Test.Class1+Class2
+t2.Assembly.Name = Main, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+t2.AssemblyQualifiedName = Test.Class1+Class2, Main
+
+
+Expected Results:
+Test.Class1+Class2
+t2.FullName = Test.Class1+Class2
+t2.Assembly.Name = Main, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+t2.AssemblyQualifiedName = Test.Class1+Class2, Main, Version=0.0.0.0,
+Culture=neutral, PublicKeyToken=null
+
+
+How often does this happen? 
+always
+
+Additional Information: