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-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
2013-08-09Fix bug #8637 - omit xml declaration for ToString().Atsushi Eno
2013-08-08Fix bug #11298 - in XElement.Replace*(), create snapshot of content first bef...Atsushi Eno
2013-08-07Fix bug #10194 - SetElementValue(nonExistentElementName, null) caused NRE.Atsushi Eno
2013-07-02Update csproj filesMarek Safar
2013-03-01Revert "Fix object::GetType when remoting is enabled."Rodrigo Kumpera
2013-03-01Fix object::GetType when remoting is enabled.Rodrigo Kumpera
2013-03-01Tests update for mobile profileMarek Safar
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-12Since MOBILE implies NET_4_* now, take this into account and simplify our ifd...Rodrigo Kumpera
2013-02-12Kill the MOONLIGHT define from System.Xml.Linq.Rodrigo Kumpera
2013-02-07Update csproj filesMarek Safar
2012-08-16[System.Xml.Linq] Add error checking to the XElement constructorsAlan McGovern
2012-07-20Update the tests to do actual verificationAlan McGovern
2012-07-20Use the result of XUtil.ToNode when emitting eventsAlan McGovern
2012-07-20Emit change events for modifying XElement.NameAlan McGovern
2012-07-20Add some tests to verify behaviour of AnnotationsAlan McGovern
2012-07-20Implement XObjectChange.Value for XAttributeAlan McGovern