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 (Collapse)Author
2014-03-31Fix monotouch's repl support to build Mono.CSharp (and its dependencies) as ↵Rolf Bjarne Kvinge
well.
2014-03-10docupdate: System.Xml documentation updateJoel Martinez
2014-03-08Add test to ensure using concrete List as readonly property still serializesAlistair Bush
This change is released under the MIT license.
2014-03-08When a read only property and the type is an interface we can't serialize ↵Alistair Bush
the type. This change is released under the MIT license.
2014-02-28Fix this again.Martin Baulig
2014-02-27Merge pull request #922 from ermshiperete/novell-bug-599689Marek Safar
Fix Novell bug 599689
2014-02-27Merge pull request #921 from ermshiperete/novell-bug-594490Marek Safar
Allow qualified names in XmlAttribute serialization
2014-02-27[Sys.Xml] Fix Novell bug #599689Eberhard Beilharz
This change fixes #599689 (https://bugzilla.novell.com/show_bug.cgi?id=599689) by making the output of XmlSchemaException.ToString() match the output under .NET.
2014-02-27Fix the mobile build.Martin Baulig
On the mobile profile, System.Xml.Linq is signed with the winfx key, not with the ecma one, so we need a different [assembly: InternalsVisibleTo].
2014-02-27[Sys.Xml] Add unit test for Novell bug #599689Eberhard Beilharz
The unit test demonstrates a difference between Mono and .NET (https://bugzilla.novell.com/show_bug.cgi?id=599689).
2014-02-27[Sys.Xml] Allow qualified names in XmlAttribute serializationNeil Mayhew
This fixes Mono bug #594490 (https://bugzilla.novell.com/show_bug.cgi?id=594490).
2014-02-27[Sys.Xml] Add unit test for Novell bug #594490Eberhard Beilharz
The unit test demonstrates the problem of serializing the xml:lang attribute.
2014-02-25Oops, fix the build.Martin Baulig
2014-02-25[Sys.Xml]: Allow XElement to be deserialized; fixes #12571.Martin Baulig
2014-02-13Merge pull request #835 from HorstKakuschke/masterMiguel de Icaza
Fixes Xamarin Bug 16742: XmlConvert.ToDateTime(string, XmlDateTimeSeria...
2014-02-11[system.xml] Add more invalid argument checksMarek Safar
2014-02-11[system.xml] Support more primitive types in XmlReader::ReadContentAsMarek Safar
2014-01-20Merge pull request #876 from knocte/masterMarek Safar
Fix very sticky typo in numerous places
2014-01-19Fix very sticky typo in numerous placesAndrés G. Aragoneses
2014-01-16profiles: define xammac (Xamarin.Mac) profileAaron Bockover
Based on the Mobile profile and modeled after the MonoDroid profile.
2013-12-17Additional tests for Xamarin Bug 16742 + style enhancementsHorst Kakuschke
2013-12-11Fixes Xamarin Bug 16742: XmlConvert.ToDateTime(string, ↵Horst Kakuschke
XmlDateTimeSerializationMode) throws index out of bounds exception Fix for bug + added tests for method XmlConvert.ToDateTime(string, XmlDateTimeSerializationMode)
2013-11-29Fixes buildMarek Safar
2013-10-02revive XSLT standalone tests (which was broken because of dependency on too ↵Atsushi Eno
old nunit and build profiles).
2013-09-11Fixed inconsistency in XmlSchemaValidatingReader between Mono and MS.NETAlexander Köplinger
2013-08-22Fix test case not to assume it can write in the current directorySebastien Pouliot
2013-08-21Fix bug #14143 - xsl:import in included stylesheet caused compilation error.Atsushi Eno
Simply ignoring xsl:import causes regression in XslTransformTests.ImportIncorrectlyLocated so no-go. The actual error for that case is now reported better (not just "unrecognized element").
2013-08-15Fix regression from 2cc36e3, missing BaseURI caused external schema ↵Atsushi Eno
resolution failure.
2013-08-09Fix bug #4344 - xsl:stylesheet always ignored xsl template contents.Atsushi Eno
2013-08-09Fixed bug #4141 - XmlSchemaImporter needs to consider attributeGroupRef in ↵Atsushi Eno
some case.
2013-08-09Fixed bug #4668 - C# compiler doesn't like decimal in custom attribute ↵Atsushi Eno
values, so use string.
2013-08-08Fix bug #13716 - use XmlSchemaSettings.XmlResolver to resolve schemas.Atsushi Eno
2013-08-07Fix bug #12035 - xsi:nil='true' was ignored in some scenario.Atsushi Eno
"some scenario" I mean: - There is a sequence with more than one elements in xsd, - The second element is nillable and its type has content elements, and - The corresponding XML element specifies xsi:nil='true' Then it resulted in a validation error as if it were missing the required content.
2013-08-07Fix bug #12469 - add more conversion methods to XmlAtomicValue.Atsushi Eno
Since XmlAtomicValue is pretty much hidden in the implementation, there is almost no way to verify how it should work. So the changes are all based on assumption. Yet I added a test based on bug #12469. There is still problem on processing *invalid* inputs. They have to be rejected, but they pass.
2013-08-06implement character validation methods in XmlConvert. Fix bug #11910.Atsushi Eno
2013-07-31Class libraries: introduce mobile_static profile, for MonoTouch-like static ↵Miguel de Icaza
builds, but not limited to iOS (WinStore, Kumpera did the work).
2013-07-02Update csproj filesMarek Safar
2013-05-16revert my 2 last commitsRadek Doulik
Revert "add System.Net.Http.Formatting to monodroid build" Revert "added System.Configuration and System.Security to monodroid build to fix it" This reverts commit 85cb9e31763e14f55ab60554a68e8f8b899dd6a3 and commit 6566273367f79b1f928a921cddfe05db4d622e1e.
2013-05-16added System.Configuration and System.Security to monodroid build to fix itRadek Doulik
2013-03-19Do not assume the unit tests can write in the application directory (e.g. ↵Sebastien Pouliot
iOS devices). Use the temporary directory and open files in read-only
2013-03-13Trivial API additions.Martin Baulig
2013-03-02Clean up test encodingMarek Safar
2013-03-01Revert "Fix object::GetType when remoting is enabled."Rodrigo Kumpera
This reverts commit 93e2d1dc48339be472300910e9290939ee253177.
2013-03-01Fix object::GetType when remoting is enabled.Rodrigo Kumpera
2013-03-01Tests update for mobile profileMarek Safar
2013-02-27Fix possible NRE caused by null XmlResolver settings.Atsushi Eno
2013-02-26Fixes buildMarek Safar
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-13Fix regression in XmlSchemaValidator (bug #10245): collection misoperation ↵Atsushi Eno
due to parameter renaming.
2013-02-12Remove broken profile filesMarek Safar