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-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
2012-07-20Begin fixing the XObject.Changing and XObject.Changed eventsAlan McGovern
2012-07-19[System.Xml.Linq] Fix some bugs in the testsAlan McGovern
2012-06-29Use correct iterator return type for XPathEvaluate. Fixes #5902Marek Safar
2012-06-28Add new testMarek Safar
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-07Add missing CreateReader methodMarek Safar
2012-06-07Fix some parameters namesMarek Safar
2012-06-07Clean up assembly attributesMarek Safar
2012-06-07Use non-prefixed namespace output for element when applicable. Fixed bug #5519.Atsushi Eno
2012-06-06Make XmlWriterSettingsTests .net compatibleMarek Safar
2012-05-14Make use of GetPrefixOfNamespace() in XElement.ToString(). Fixed bug #3972.Atsushi Eno