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-12-13Merged with dotnet/release/2.2.Martin Baulig
2018-05-25Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-05-21Use shared StringBuilderCache (#29657)Stephen Toub
2018-05-04Quotererefernceparameter2 (#29496)Huangli Wu
2018-04-22Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-04-14remove merge marker, fix CS0177: The out parameter 'dto' must be assigned to ...EgorBo
2018-04-10Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-04-05reenable test cases disabled in 27740 (#28829)Krzysztof Wicher
2018-04-02Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-04-01Cleanup Console.WriteLine() (#28687)Marco Rossignoli
2018-03-31Marking tests affected by 27740 in XmlSchemaValidatorApi as active issue (#28...Paulo Janotti
2018-03-30Using random string for temp files (#28589)Anirudh Agnihotry
2018-03-30Fix MatchingRefApiCompat issues in Serialization libraries (#28552)Jiayi Yu
2018-03-29Sgen parameter conversion change: replace colon with space in arguments (#28439)Jiayi Yu
2018-03-27Fixed netfs System.Xml.Xsl.XslCompiledTransformApi.Tests fails on non-English...Alexander Radchenko
2018-03-27Support PositiveInfinity and NegativeInfinity as default value in sgen (#27734)Jiayi Yu
2018-03-27Add a test to prevent regression when XmlUriResolver uses Uri.LocalPath (#28475)Paulo Janotti
2018-03-26Simplify regression test to not use compiled xslt (#28440)Joshua Clark
2018-03-26Update uses of AsBytes to use MemoryMarshal.AsBytes (#28460)Ahson Khan
2018-03-23Update sgen usage and --parameters (#27332)Jiayi Yu
2018-03-21Fix UTF32Encoding BOM being emitted by XmlWriter when ByteOrderMark set to fa...Joshua Clark
2018-03-17Added DCS Tests for System.Drawing Types (#27082)Joshua Clark
2018-03-14Use ReflectionBasedSerializer for all serializers if any of mappings are soap...Huangli Wu
2018-03-14Updated an error message (#28017)Jiayi Yu
2018-03-09Collapse AsSpan().Slice(...) into .AsSpan(...) (#27867)Tarek Mahmoud Sayed
2018-03-08Close file in XmlSchemaSet tests in attempt to fix intermittent test failure ...Krzysztof Wicher
2018-03-06Remove apis that duplicate implicit operators. (#27744)Atsushi Kanamori
2018-03-04System.Xml.RW.XmlWriterApi.Tests fails 196 tests on non english locale (#27687)Alexander Radchenko
2018-02-22Update tests for Path changes (#27348)Jeremy Kuhne
2018-02-21Rename string-slicing extension methods (#27328)Atsushi Kanamori
2018-02-15Initialized a bool variable to fix warning (#26947)Jiayi Yu
2018-02-12acutal -> actual (#27050)John Doe
2018-02-11Fix more new T[0] to be Array.Empty<T>() (#27042)Stephen Toub
2018-01-23Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-01-20Put the code to get serializerPath into try/catch to catch any exception. (#2...Huangli Wu
2018-01-19Make XSL tests log unexpected output (#26445)Dan Moseley
2018-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2018-01-12Re-apply Changes in #25562 on if/else fix. (#26285)Huangli Wu
2018-01-10Harden hashing in Xml NameTable (#26241)Krzysztof Wicher
2018-01-08Move XmlSerializer CodeGen from SGen to S.P.Xml (#26169)Shin Mao
2018-01-03Merge remote-tracking branch 'upstream/master'Marek Safar
2017-12-29"Don't directly throw Exception" System.Private.Xml (#25975)Marco Rossignoli
2017-12-22Add license headers. (#26009)Jon Hanna
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
2017-12-19Ensure build of netcoreapp vertical of CoreFx can be done without past packag...Santiago Fernandez Madero
2017-12-16Revert "Temporarily removing use of ReadOnlySpan indexer. (#25881)"ahsonkhan
2017-12-14Remove obsolete attribute from XslTransform (#25897)Paulo Janotti
2017-12-13 XmlReader.Read shouldn't throw AggregateException (#25681)Petr Onderka
2017-12-13Temporarily removing use of ReadOnlySpan indexer. (#25881)Ahson Khan
2017-11-29Add a test to verify the XmlQualifiedName "duration" of TimeSpan type. (#25277)Huangli Wu