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
2016-11-10[System.Xml] Add XElement array handling to serialization interpreter. Fixes ...Marek Safar
2016-10-29[bcl] Add NUnitHelper.cs with API not in nunit-liteMarcos Henrich
2016-08-23[mcs] Remove NET_4_5 ifdef from the source filesAlexander Köplinger
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-12-23[System.Xml.Linq] Reenable a test that was commented outAlexander Köplinger
2015-05-11Unit test that demonstrates Xamarin-29935Eberhard Beilharz
2015-03-17[xlinq] add test from bug #18171 (partly).Atsushi Eno
2015-03-17[xlinq] add test from bug #14856.Atsushi Eno
2015-03-03import System.Xml.Linq from referencesource.Atsushi Eno
2015-03-02[XLinq] fix some "regressions" caused by referencesource switch.Atsushi Eno
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2014-12-12[System.Xml.Linq] Test XmlSerializer with custom namespace.Marcos Henrich
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-29Test XElement constructed from array with null values as object.Marcos Henrich
2014-08-28Test XDocument.Changed event. Covers #18772.Marcos Henrich
2014-08-06[Cleanup] Removed a bunch of superfluous .csproj and .sln filesAlexander Köplinger
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-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-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
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-28Add new testMarek 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
2012-05-14Add Xml declaration even for such document that lacks XDeclaration.Atsushi Eno
2012-05-14XNodeNavigator could be used for a node tree without XDocument, so make it wo...Atsushi Eno
2012-05-14In XNodeNavigator, do not start text node skip from current node.Atsushi Eno
2012-04-21Remove the element if SetElement sets the value to null.Duncan Mak
2012-03-08Fix XLinq decimal value formatting to become invariant. Fixed bug #3634.Atsushi Eno
2012-02-07Do not call WriteString() for whitespace XText.Atsushi Eno
2012-01-31Floating point numbers needs to be encoded using the invariant culture. Fix b...Sebastien Pouliot
2012-01-19Fix bug #2146 - create snapshot copy of nodes before removal in Remove<T>().Atsushi Eno
2012-01-19Fix bug #2383 patch by Weeble - in XPathExtensions.Evaluate(), return IEnumer...Atsushi Eno
2012-01-19Fix bug #2564 - give .NET compatible namespace prefixes for XElement with nam...Atsushi Eno
2011-06-10Add test for bug #644242Jb Evain
2011-03-26XStreamingElement should be covered in WriteTo(). It's not derived from XNode.Atsushi Eno
2011-01-31Fixed bug #666872; XElement.Changed and .Changing were not triggered.Atsushi Eno