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-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
2017-08-17Merge pull request #23049 from stephentoub/encodingspan_testsStephen Toub
2017-08-16Add SGEN Automation. (#23090)Huangli Wu
2017-08-14fix intermittent issues caused by two different xsl tests accessing sameKrzysztof Wicher
2017-08-14Fix typos in comments (#23198)John Doe
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-08Add Preamble overrides in System.Private.XmlStephen Toub
2017-08-08Fix several typos (#23048)John Doe
2017-08-02Remove unused NonSerializable attributes from non serializable types (#22862)Viktor Hofer
2017-07-29Merge pull request #22667 from krwq/xml-writer-api-refactor-cleanupKrzysztof Wicher
2017-07-28clean up commented out [Variation...Krzysztof Wicher
2017-07-28fix line endings problem on linuxKrzysztof Wicher
2017-07-28disable failing test case on uap (issue 22705)Krzysztof Wicher
2017-07-27Merge pull request #22490 from tannergooding/classifyEric Mellino
2017-07-27fix build error on netfxKrzysztof Wicher
2017-07-27post clean upsKrzysztof Wicher
2017-07-27fix TCWriteNode_XmlReaderKrzysztof Wicher
2017-07-27split 9k line file into multiple smallerKrzysztof Wicher
2017-07-27fixed TCWriterWithMemoryStream.csKrzysztof Wicher
2017-07-27split XmlFactoryWriterTests.cs into smaller test classes and comment out all ...Krzysztof Wicher
2017-07-27stub for XmlFactoryWriterTests.cs clean upKrzysztof Wicher
2017-07-27WriteEndDocumentOnCloseTest.cs up and runningKrzysztof Wicher