[Mono-dev] Bug in System.Configuration remove element

2006-12-07 Thread Vladimir Krasnov
Hello, There is another bug in remove element. Generic element ConfigurationRemoveElement should calculate key for remove by calling GetElementKey method of the collection from which elemnt will be removed. Please approve attached patch that fixes this problem. Vladimir

Re: [Mono-dev] Bug in System.Configuration

2006-08-31 Thread Chris Toshok
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