Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-10Merge branch 'master' into 2.1-mergeMarek Safar
2018-04-04Skip flaky-tests on mono, runtime.serialization fixes (#35)Egor Bogatov
2018-03-30Fix MatchingRefApiCompat issues in Serialization libraries (#28552)Jiayi Yu
2018-03-28Fix stack overflow exception due to XmlDictionaryReader.Close override (#28408)Stephen Toub
2018-02-11Fix more new T[0] to be Array.Empty<T>() (#27042)Stephen Toub
2018-02-11Fix some license headers across the repo (#27039)Stephen Toub
2017-12-11"Don't directly throw Exception" System.Runtime.Serialization.Json (#25796)Marco Rossignoli
2017-12-05DCSerialization CriticalHelper.WriteMembers cleanup (#25098)Ben Adams
2017-11-14Remove dead code from System.Private.DataContractSerialization (#24936)Stano Peťko
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-10-27Make corefx exceptions serializable and add typeforwards (#24427)Viktor Hofer
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-16Cache regexes for assembly name check in DataContract (#24291)Viktor Hofer
2017-09-12Fix #22779Xing Mao
2017-09-12Fixed a bug in GetCollectionMethods.Xing Mao
2017-09-02XmlJsonWriter: Avoid unnecessary allocations (#23736)Justin Van Patten
2017-08-17DataContractSerialization: Use Encoding.Preamble (#23324)Justin Van Patten
2017-08-16Fixed Issue with DCS Serializing Get-Only Collection.  (#22975)Shin Mao
2017-07-26Updating cases of `IsInfinity || IsNaN` to be `!IsFinite`.Tanner Gooding
2017-07-21Need use the context passed into the delegate not the context passed into the...Huangli Wu
2017-07-18Fixes for CollectionDataContract in ReflectionOnly Mode. (#22286)Shin Mao
2017-06-30Move Entries from Library Rd.xml to Test Rd.xml. (#21668)Shin Mao
2017-06-27Enable Reflection-based Serialization to Call Static Parse Method. (#21235)Shin Mao
2017-06-09DCJS_VerifyDictionaryFormat Failed in ReflectionOnly Mode. (#20833)Shin Mao
2017-06-09Fix DCJS_VerifyIndentation. (#20844)Shin Mao
2017-06-08Fix a bug with Type having private Getter. Fix ##20476 (#20603)Shin Mao
2017-06-05Update buildtools (#20651)Matt Ellis
2017-06-01Removed Exception types from Known Serializable Type List.Shin Mao
2017-05-17Increment versions post 2.0Eric St. John
2017-05-15Workaround Issue Related to DateTimeOffsetAdapter. (#19665)Shin Mao
2017-05-15Fix DCS_ResolveNameReturnsEmptyNamespace. (#19631)Shin Mao
2017-05-12Fixed DCS_EnumerableCollection. (#19684)Shin Mao
2017-05-11Support KnownTypeAttribute.MethodName on UWP. (#19617)Shin Mao
2017-05-10Fix rd.xml for Serialization Reflection Only Mode. (#19556)Shin Mao
2017-05-06Enable Canonicalization on NetCore (#19378)Shin Mao
2017-04-29Support IObjectReference in DCS. (#19121)Huangli Wu
2017-04-27Fixed a bug with DateTimeOffsetAdapter. (#18958)Shin Mao
2017-04-26 Fix XmlDictionaryReader.ReadElementContentAsDateTime(). (#18644)Shin Mao
2017-04-22Fix PNSE in serialization. (#18768)Shin Mao
2017-04-21Support ExtensionDataObject in ReflectionOnly mode. (#18698)Huangli Wu
2017-04-18Directly reference DBNullWes Haggard
2017-04-18Add messages for PNSE in Serialization (#18504)Shin Mao
2017-04-11Merge pull request #18165 from weshaggard/UpdateAssemblyKeysWes Haggard
2017-04-10NS2.0 Finish XmlDictionaryWriter surface area.Atsushi Kanamori
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-05Merge pull request #17825 from ericstj/ILLinkTrimAssemblyEric StJohn
2017-04-04Remove dead serialization files (#17865)Dan Moseley
2017-04-04Add build option to only build stuff that is part of NETCoreAppWes Haggard
2017-04-03Add manual roots for ILLinkEric St. John
2017-03-23Changed back to use Type.GetMethod.Shin Mao