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-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
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
2017-11-19Delete unnecessary CAS permission annotationsJan Kotas
2017-11-19Delete unnecessary SecurityCritical and SecuritySafeCritical annotationsJan Kotas
2017-11-07Support Reference Assemblies in SGEN. (#24491)Huangli Wu
2017-11-04add xunit trait to xslt tests depending on xsltc.exe (#25054)Krzysztof Wicher
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-11-03allow xml tests run tests with /t:BuildAndTest (#25028)Krzysztof Wicher
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-07Add build Configurations.props to performance tests (#24493)Santiago Fernandez Madero
2017-10-02Make the public class be internal in sgen. (#24345)Huangli Wu
2017-10-02Fix DebuggerDisplay for XmlNode (#24367)Stephen Toub
2017-09-30Add more parameters support in SGEN. (#24322)Huangli Wu
2017-09-16Add help method for SGEN. (#23966)Huangli Wu
2017-09-15Generate ThisAssembly.cs to get Package Version. (#24050)Shin Mao
2017-09-14Fix the output message in SGEN. (#23949)Huangli Wu
2017-09-12Renable XmlSerializer.Generator testsEric St. John
2017-09-08Xml schema dependency removal for AOT compilers (#23867)Vitek Karas
2017-09-07Merge pull request #23832 from krwq/XmlTestsXunitKrzysztof Wicher
2017-09-06Make Xunit detect tests from Xml custom test fx (no more outerloop testsKrzysztof Wicher
2017-09-01Avoid unnecessary string[] allocation (#23729)Justin Van Patten
2017-08-31Grammar check - "a [a,e]" rule. (#23697)Brian Chavez
2017-08-31Miscellaneous typo corrections. (#23698)Brian Chavez
2017-08-30Typo (#23644)John Doe
2017-08-30String literal spelling corrections - A through Z (#23674)Brian Chavez
2017-08-30XML doc spelling corrections - D through H. :shower: (#23638)Brian Chavez
2017-08-30XML doc spelling corrections - I through P. :shower: (#23651)Brian Chavez
2017-08-30XML doc spelling corrections - Q through Z. (#23655)Brian Chavez
2017-08-26Suppress unused field warnings introduced with new CSCEric St. John
2017-08-25Remove Span(T[], int) ctor (and ROS) (#23530)Ahson Ahmed Khan
2017-08-24Merge pull request #23490 from krwq/fix23343Krzysztof Wicher
2017-08-23fix improperly generated method tokens in XSL IlGenKrzysztof Wicher
2017-08-21Avoid unnecessary intermediate Version allocation (#23424)Justin Van Patten
2017-08-19Fix the sgen issue when use NaN as the default value. (#23366)Huangli Wu
2017-08-19Workaround sgen automation errors. (#23400)Huangli Wu
2017-08-17System.Private.Xml: Use Encoding.Preamble (#23323)Justin Van Patten