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
2017-01-28[bcl] Update tests that failed when .cs file contained CRLFAlexander Köplinger
2017-01-20[bcl] Rename FEATURE_MONO_CAS to MONO_FEATURE_CASAlexander Köplinger
2017-01-11Mono BCL test fixes so XM can run them (#4210)Chris Hamons
2016-12-22[System.Xml] Disable more failing tests on old xslt implementationMarek Safar
2016-12-22[System.Xml] Disable failing tests on old xslt implementationMarek Safar
2016-12-20[System.Xml] Add support for msxsl format functions. Fixes #50242Marek Safar
2016-12-20[System.Xml] Enable more testsMarek Safar
2016-11-10[system.xml] Enable more testsMarek Safar
2016-10-29[System.Xml/System.ServiceModel/Dataflow] Use more specific type in assertAlexander Köplinger
2016-10-29[System.Xml] Fix embedded assembly name in XmlCodeExporterTestsAlexander Köplinger
2016-10-14[System.Xml] Update supported time formats for mobile version of XML deserial...Marek Safar
2016-10-14[System.Xml] Enable more testsMarek Safar
2016-09-20Fixes line ending issue in XmlReflectionImporterTests.Bug594490_Serialization...Niklas Therning
2016-08-23[mcs] Remove NET_4_5 ifdef from the source filesAlexander Köplinger
2016-08-09[bcl] Update Reference Source to .NET Framework 4.6.2Marek Safar
2016-06-16[bcl] Make mono cas opt-in features instead of opt-out for mobile profilesMarek Safar
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-11[System.Xml] Test sub class serialization on listsMarcos Henrich
2015-12-11Fix endless recursion in XmlCompiledTransform on mobileMarek Habersack
2015-07-25[build] Fix a few Makefiles to correctly use net_4_x instead of net_4_5Alexander Köplinger
2015-05-22[system.xml] Check different results under disabled casMarek Safar
2015-05-20[system.xml] One more mobile serialization incompatibilityMarek Safar
2015-05-20[bcl] Mobile profiles fixesMarek Safar
2015-05-13[system.xml] Serialization from reference sources for desktopMarek Safar
2015-05-12Revert "[system.xml] Serialization from reference sources for desktop"Atsushi Eno
2015-05-11[system.xml] Serialization from reference sources for desktopMarek Safar
2015-05-06[bcl] Mobile profiles fixesMarek Safar
2015-04-16[system.xml] Update failing testMarek Safar
2015-04-02Fix XmlSerializationTest again.Dave Curylo
2015-04-02Corrects error in XmlSerializerTests.Dave Curylo
2015-04-02XmlSerializer should set *non* readonly {V}Specified fieldsDave Curylo
2015-03-25[corlib] String from reference sources, fixes mostly string.format issuesMarek Safar
2015-03-17[xml] add test from bug #2917.Atsushi Eno
2015-03-10Fix the build broken in 40ba1978bc274c820141fab18177e2bb17efd3b4Alexander Köplinger
2015-03-04Fix for the XMLSerializer bug 18558jason_naylor
2015-03-04Test to reveal defect in XmlSerializer (Bug 18558)jason_naylor
2015-03-03Rename Managed.Windows.Forms to System.Windows.Forms for consistency.Zoltan Varga
2015-03-02[Xml] add mobile XslCompiledTransform implementation.Atsushi Eno
2015-03-02[Sys.Xml] swap xmlns:xsd and xmlns:xsi in serialized xml to remove "regression".Atsushi Eno
2015-03-02First step to import referencesource System.Xml.Atsushi Eno
2015-02-05Merge pull request #1541 from alexrp/mcs-build-cleanupAlex Rønne Petersen
2015-02-04[system.xml] Disable failing test, requires reference source implementationMarek Safar
2015-02-03Remove obsolete profiles and profile checks from the build system.Alex Rønne Petersen
2015-02-03Remove some leftover old 1.x, 2.x, 3.x profile ifdefs.Alex Rønne Petersen
2015-01-27Unit test for reproduction of XmlReader.ReadToNextSibling behaviourAlistair Bush
2015-01-21[bcl] Remove ONLY_1_1 defines from class libsAlexander Köplinger
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2014-10-31[xml] XmlDocument.ReadNode() should not special case XmlTextReader.Atsushi Eno
2014-10-24[xml] XmlTextReader: Value was wrong after ReadAttributeValue() on xml declar...Atsushi Eno
2014-09-26Test Xml serialization of a property with attribute XmlText.Marcos Henrich