[Mono-winforms-list] [PATCH] Re: Possible bug with ResxResourceReader class

Robert Jordan robertj at gmx.net
Tue Oct 3 18:05:03 EDT 2006


Robert Jordan wrote:
> Indeed, Mono's ResXResourceWriter uses ConvertTo (typeof (byte[]))
> when a certain TypeConverter supports it, but fails to convert
> it back, unless the patch I attached is applied.
> 
> But the real issue still remains: why does MS.NET not use ConvertTo
> (typeof (byte[]))? Because the type is serializable? I'll run some
> tests...

The attached patches fix this problem together with some other
issues I found while testing (see changelogs).

The test cases pass on MS.NET as well.

Robert

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: system_resources_resx.diff
Url: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20061004/04a05fbc/attachment.pl 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: test_system_resources_resx.diff
Url: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20061004/04a05fbc/attachment-0001.pl 


More information about the Mono-winforms-list mailing list