Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-08When a read only property and the type is an interface we can't serialize the...Alistair Bush
2014-02-28Fix this again.Martin Baulig
2014-02-27[Sys.Xml] Allow qualified names in XmlAttribute serializationNeil Mayhew
2014-02-25Oops, fix the build.Martin Baulig
2014-02-25[Sys.Xml]: Allow XElement to be deserialized; fixes #12571.Martin Baulig
2013-08-09Fixed bug #4141 - XmlSchemaImporter needs to consider attributeGroupRef in so...Atsushi Eno
2013-08-09Fixed bug #4668 - C# compiler doesn't like decimal in custom attribute values...Atsushi Eno
2013-03-13Trivial API additions.Martin Baulig
2013-02-12Kill MOONLIGHT from System.Xml.Rodrigo Kumpera
2013-01-09Fix bug 9193 - XmlSerialization not properly deserializing a ListLluis Sanchez
2012-12-12Fixed Choice ordered read bug #2907Roman Zavalov
2012-12-12Revert "Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-...Rodrigo Kumpera
2012-12-08Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatti...Miguel de Icaza
2012-11-20Fix XML serialization bugLluis Sanchez
2012-11-06do not check order sequence if option /order was not usedNicolas Raoul
2012-11-02Fix for issue 2907. I took Roman Zavalov's patch at https://bugzilla.xamarin....Nicolas Raoul
2012-10-03[System.XML]: Do not set XmlTypeMapElementInfo.IsNullable if it's already TrueAndres G. Aragoneses
2012-06-08Fix some warningsMarek Safar
2012-06-08Update more 4.5 apiMarek Safar
2012-06-05Improve date serialization compatibility with third party web servicesLluis Sanchez
2012-06-03Sync parameter names with .NET.Martin Baulig
2012-06-02Removal of NET_1_1 defines and some NET_2_0; Both defines are true these da...Miguel de Icaza
2012-05-31Fix more xml serializer testsMarek Safar
2012-04-20Fix XmlAttributes to ignore all XmlAttributes if XmlIgnore is presentRolf Bjarne Kvinge
2012-04-20Ignore XmlIgnore attributes when importing members in XmlReflectionImporter. ...Rolf Bjarne Kvinge
2012-01-15Apply patch from Tom Hindle to fix ##2893 and add a test case.Miguel de Icaza
2012-01-04XmlSerializer: Add support to serialize nullable types when the XmlElement ha...Miguel de Icaza
2011-10-26[System.Xml] Fix handling of XmlSchemaForm when importing elementsLluis Sanchez
2011-10-18Fix for 1461: Microsoft's generated deserializer call CollapseWhitespace exte...Miguel de Icaza
2011-08-04Merge pull request #146 from flutos/207ce0bccceec3ff7860ea986086fedb5a92d822Atsushi Eno
2011-08-03Fix bug #707434, check order only when applicable.Atsushi Eno
2011-07-29[708178] - Type check invalid and breaks XmlSerialization if serializing ICol...scott fluto
2011-07-20Fix bug #703910 - implement Order support in XmlSerializer.Atsushi Eno
2011-07-16Fix bug 704813: just ignore members of type IEnumerable`1 without Add().Atsushi Eno
2011-05-27Add test for XmlMembersMapping.TypeName and .Namespace (not very useful yet...)Atsushi Eno
2011-05-17Check invalid recursion of xs:group use. Fixed bug #650117.Atsushi Eno
2011-05-16Do not import xs:any member as XmlElement[]. Create a wrapper class instead.Atsushi Eno
2011-05-06[Web Services] Fix regression caused by previous commitLluis Sanchez
2011-05-06Make some S.X.S types compatible with the SL API (for SDK)Sebastien Pouliot
2011-04-28[Web.Services] Add support for optional parametersLluis Sanchez
2011-04-28XmlSerializer code generator was generating wrong char literal.Atsushi Eno
2011-04-15Prepare for new System.Xml.Serialization.dll build (moonlight sdk assembly).Atsushi Eno
2010-12-13Fix several issues in the code generatorLluis Sanchez
2010-12-13Fix code generation issue with nested generic typesLluis Sanchez
2010-12-13Throw correct exceptions when using generated serializerLluis Sanchez
2010-09-08Fix the monodroid and monotouch profile buildsJb Evain
2010-09-08Enable the System.Xml build for monodroidJb Evain
2010-07-25EOL handlingRaja R Harinath
2010-03-292010-03-29 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2010-03-16use MOONLIGHT symbolJb Evain