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
2015-12-23[System.Xml.Linq] Reenable a test that was commented outAlexander Köplinger
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-05-29Updated .csproj files.Marcos Henrich
2015-05-20[bcl] Mobile profiles fixesMarek Safar
2015-05-11Unit test that demonstrates Xamarin-29935Eberhard Beilharz
2015-03-17[xlinq] add test from bug #18171 (partly).Atsushi Eno
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-17[xlinq] add test from bug #14856.Atsushi Eno
2015-03-04Remove old System.Xml.Linq code.Atsushi Eno
2015-03-03import System.Xml.Linq from referencesource.Atsushi Eno
2015-03-02Merge branch 'master' into import-system-xml-4Atsushi Eno
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-03-02[XLinq] fix some "regressions" caused by referencesource switch.Atsushi Eno
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-20[XLinq] create new instance of XmlSchemaInfo for each XObject from XmlReader.Atsushi Eno
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-12[System.Xml.Linq] xmlns prefixes are no longer generated in some cases.Marcos Henrich
2014-12-12[System.Xml.Linq] Test XmlSerializer with custom namespace.Marcos Henrich
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-09-24[xlinq] fix bug #23318 - XComment.ToString() accepts "invalid" values.Atsushi Eno
2014-08-29Merge pull request #1242 from esdrubal/xelementMarek Safar
2014-08-29Fixes XContainer attempt to create a XNode from a null value.Marcos Henrich
2014-08-29Test XElement constructed from array with null values as object.Marcos Henrich
2014-08-29Merge pull request #1237 from esdrubal/xdocumentMarek Safar
2014-08-28Changed XObject OnChanged and OnChanging to use Owner.Marcos Henrich
2014-08-28Test XDocument.Changed event. Covers #18772.Marcos Henrich
2014-08-08[Cleanup] Removed TARGET_JVMAlexander Köplinger
2014-08-06[Cleanup] Removed a bunch of superfluous .csproj and .sln filesAlexander Köplinger
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-12[docs] documentation import for 'returns' elements.Joel Martinez
2014-05-12[docs] Import of additional member documentation that contain generic paramet...Joel Martinez
2014-05-12[docs] namespace documentation import.Joel Martinez
2014-05-12[docs] type parameter documentation impport.Joel Martinez
2014-04-28[docs] Import of Microsoft BCL Documentation.Joel Martinez
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-03-25[System.Xml.Linq] Fix XNamespace.GetName locking to not be racy. Fixes #18564.Rolf Bjarne Kvinge
2014-03-10docupdate: System.Xml.Linq documentation updateJoel Martinez
2014-03-03This is a .NET 4.5 test.Martin Baulig
2014-02-27NUnitLite does not know Assert.IsInstanceOfType().Martin Baulig
2014-02-25[Sys.Xml]: Allow XElement to be deserialized; fixes #12571.Martin Baulig
2013-10-22Fix condition (for MOBILE) that excluded System.Xml.Schema/Extensions.cs. Rem...Sebastien Pouliot
2013-10-07Element() and Elements() could also reduce use of extraneous iterators.Atsushi Eno
2013-10-07reduce memory use on Attribute() caused by Attributes().Atsushi Eno
2013-10-07in XLinq XObject there is no need to instantiate XObjectEventArgs every time.Atsushi Eno