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
2018-07-09Fix 9332Egor Bogatov
2018-06-03[System.Runtime.Serialization] Makes more APIs work for mobileMarek Safar
2018-03-13[Facades] Move types from Facades into class libraries (#7574)Alexander Köplinger
2017-04-11Updates referencesource to .NET 4.7Marek Safar
2016-11-29[bcl] Clean up some warningsMarek Safar
2016-09-23[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobileAlexander Köplinger
2016-08-09[bcl] Update Reference Source to .NET Framework 4.6.2Marek Safar
2016-08-02[bcl] Don't build not installed mobile assembliesMarek Safar
2016-04-04[System.Runtime.Serialization.dll] Update referencesource stringsMarek Safar
2016-03-29[System.Runtime.Serialization] Static writer fix.Marcos Henrich
2015-12-21XmlObjectSerialier: fix ISerializable (bxc#37171)Aaron Bockover
2015-12-04[System.Runtime.Serialization] Static serializer calls directly into internal...Miguel de Icaza
2015-06-22[S.R.Serialization] fix default value comparison.Atsushi Eno
2015-06-01[System.Runtime.Serialization] Update public apiMarek Safar
2015-04-24[S.R.Serialization] fill message strings.Atsushi Eno
2015-04-24[S.R.Serialization] for some use cases we don't expect reflection exception.Atsushi Eno
2015-04-24[S.R.Serialization] fix Json reader member duplicate check index.Atsushi Eno
2015-04-24[S.R.Serialization] fix condition on simple dictionary output.Atsushi Eno
2015-04-24[S.R.Serialization] add Json reader/writer interpreters.Atsushi Eno
2015-04-24[S.R.Serialization] remove debugging code.Atsushi Eno
2015-04-24[S.R.Serialization] implement XmlDataContract's interpreter method.Atsushi Eno
2015-04-24[S.R.Serialization] additional type check for collection serialization is als...Atsushi Eno
2015-04-24[S.R.Serialization] additional type check for array serialization is needed.Atsushi Eno
2015-04-24[S.R.Serialization] do not update memberType when not expected.Atsushi Eno
2015-04-24[S.R.Serialization] fix nullable serialization to match referencesource codegen.Atsushi Eno
2015-04-24[S.R.Serialization] fix deserialization of primitive arrays in reader interpr...Atsushi Eno
2015-04-24[S.R.Serialization] fix member indexing on reading deserialized members.Atsushi Eno
2015-04-24[S.R.Serialization] fix array element deserialization.Atsushi Eno
2015-04-24[S.R.Serialization] fix writer interpreter on enumerating non-dictionary.Atsushi Eno
2015-04-24[S.R.Serialization] fix reader interpreter: "required" check was broken.Atsushi Eno
2015-04-24[S.R.Serialization] Fix TryWritePrimitive() parameter assignment.Atsushi Eno
2015-04-24[S.R.Serialization] add missing ConvertValue on xml reader interpreter.Atsushi Eno
2015-04-24[S.R.Serialization] implement XmlFormatReaderGenerator interpreter.Atsushi Eno
2015-04-24[S.R.Serialization] implemented interpreter-based XmlFormatWriterGenerator.Atsushi Eno
2015-04-24[S.R.Serialization] switch to (non-emit) reflection-based implementation stubs.Atsushi Eno
2015-04-24[S.R.Serialization] switch to referencesources.Atsushi Eno