https://bugzilla.novell.com/show_bug.cgi?id=681480
https://bugzilla.novell.com/show_bug.cgi?id=681480#c0 Summary: TypeConverterAttribute is not checked Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Sys.XML AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=420616) --> (http://bugzilla.novell.com/attachment.cgi?id=420616) Example of issue User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16 A property can be decorated with the TypeConverterAttribute which will provide a default converter for the property. Either this functionality isn't present in mono or there is something unique about my scenario. Attached is a repro. Reproducible: Always Steps to Reproduce: 1. Look inside TypeOtherAsesmbly.cs at the Values property. 2. Observe a converter is mapped to the Values property 3. Look at CurrentVersion.xml and how the list of uints are provded in the format "1, 2, 3" 4. Run the application (MonoDevelop gets stuck on this exception about half the time.) Actual Results: Exception Expected Results: The converter specified by the attribute should be used. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
