[Mono-dev] Bug in System.Configuration

Vladimir Krasnov vladimirk at mainsoft.com
Sun Sep 3 10:46:06 EDT 2006


Hello Chris,

The previous patch caused a regression, please look at this one.

Vladimir 

-----Original Message-----
From: Chris Toshok [mailto:toshok at ximian.com] 
Sent: Friday, September 01, 2006 12:40 AM
To: Vladimir Krasnov
Cc: mono-devel-list at lists.ximian.com
Subject: Re: [Mono-dev] Bug in System.Configuration

this patch looks good (especially the NameValueConfigurationElement
change.  I thought I'd caught all the configuration properties :)  - can
you add a unit test that shows the failure/fix as well?

Chris

On Thu, 2006-08-31 at 09:41 -0700, Vladimir Krasnov wrote:
> System.Configuration has a bug in processing <remove> tag, while 
> deserializaing this element it creates configuration element of the 
> same type as <add> and fails because remove doesnt have required 
> properties.
> 
> Please look at attached patch that fixes this bug.
> 
> Vladimir.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list

-------------- next part --------------
A non-text attachment was scrubbed...
Name: configuration.patch
Type: application/octet-stream
Size: 3612 bytes
Desc: configuration.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060903/00ab2f4a/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.patch
Type: application/octet-stream
Size: 2847 bytes
Desc: test.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060903/00ab2f4a/attachment-0001.obj 


More information about the Mono-devel-list mailing list