[Mono-bugs] [Bug 329419] Object.ToString doesn't match . net behavior on some generic instances
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Sep 28 11:33:43 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=329419#c1
--- Comment #1 from Jb Evain <jbevain at novell.com> 2007-09-28 09:33:43 MST ---
Hm, I messed my c&p.
net output:
**
Foo`1[T]
Foo`1
Foo`1[Bar]
Foo`1[[Bar, repro, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]
Foo`1[System.String]
Foo`1[[System.String, mscorlib, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]
Foo`1[System.String]
**
Mono output:
**
Foo`1[T]
Foo`1
Foo`1[Bar]
Foo`1[[Bar, repro, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]
Foo`1[System.String]
Foo`1[[System.String, mscorlib, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]
Foo`1[[System.String, mscorlib, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]
**
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list