[Mono-bugs] [Bug 318231] Assembly.FullName should use an icall

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Feb 10 10:31:27 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=318231

User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=318231#c3


Gert Driesen <gert.driesen at pandora.be> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
            Summary|AssemblyName culture bugs and missing           |Assembly.FullName should use an icall
                   |PublicKeyToken=null                             |




--- Comment #3 from Gert Driesen <gert.driesen at pandora.be>  2008-02-10 08:31:26 MST ---
We should be using an icall (returning a string) for Assembly.FullName instead
of constructing an AssemblyName instance. This will improve performance, and
allow us to support custom cultures.

Even on MS, AssemblyName and Assembly.GetName do not support custom cultures so
they appear to be using a separate code path for Assembly.FullName too.


-- 
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