RE: [Mono-dev] [PATCH] System.Xml.Serialization.XmlAttributes fixes

2005-12-27 Thread Gert Driesen
gt; Sent: dinsdag 27 december 2005 14:33 > To: [EMAIL PROTECTED] > Subject: [Mono-dev] [PATCH] > System.Xml.Serialization.XmlAttributes fixes > > Hi, > > The attached patch fixes the following issues with > System.Xml.Serialization.XmlAttributes: > > - If XmlIg

[Mono-dev] [PATCH] System.Xml.Serialization.XmlAttributes fixes

2005-12-27 Thread Gert Driesen
Hi, The attached patch fixes the following issues with System.Xml.Serialization.XmlAttributes: - If XmlIgnoreAttribute is applied, do not process any other attributes. - In 2.0 profile, XmlDefaultValue must be null by default. Both fixes are accompanied by unit tests, and have been tested on Mon