http://bugzilla.novell.com/show_bug.cgi?id=488293

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=488293#c2





--- Comment #2 from Leszek Ciesielski <[email protected]>  2009-04-09 09:38:20 
MDT ---
Created an attachment (id=285052)
 --> (http://bugzilla.novell.com/attachment.cgi?id=285052)
patch for naming methods handling enums inside of classes

This patch solves the first part of the bug.

However, the generated code still is not correct, because for some reason sgen
uses type.FullName where "object" would be enough, and this leads to generating
code that tries to return null as a struct. The serializer that MS.Net
generates handles this case by not specifying the type (as XmlSerializer will
upcast the result to object anyway).

-- 
Configure bugmail: http://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

Reply via email to