https://bugzilla.novell.com/show_bug.cgi?id=318231
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=318231#c3 Gert Driesen <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|AssemblyName culture bugs and missing |Assembly.FullName should use an icall |PublicKeyToken=null | --- Comment #3 from Gert Driesen <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
