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
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
2017-03-22Replace Type.GetMethod with TypeInfo.GetDeclaredMethod.Shin Mao
2017-03-22Changed SerializationOption to be internal.Shin Mao
2017-03-21Replaced ContainsKey() Calls with TryAdd() Dictionary Calls (#17201)Rion Williams
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
2017-03-09Fixed a bug with serializing Dictionary<K,T>.Shin Mao
2017-03-08Fixed a bug of using ReflectionAsBackup.Shin Mao
2017-02-22Remove calls to GetTypeInfo() in S.Private.DataContractSerializationJon Hanna
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Fix several typos (#16264)Jon Hanna
2017-02-13Marking code as unchecked (pt 7) (#16079)Dennis "D.C." Dietrich
2017-02-09Enable tests to compile with netstandard (#15956)Tarek Mahmoud Sayed
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez
2017-02-08Filtering down the NETNative TargetingPack to avoid type conflicts (#15929)Jose Perez Rodriguez
2017-02-07Build System.Private.DataContractSerialization on uapaot (#15873)Shin Mao
2017-02-05Avoid unnecessary branches when fixing non-null/empty arrays (#15597)Justin Van Patten
2017-02-04Update Solution files to use windows path slashes.Wes Haggard