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-03-10Add comments to baseline files for known differencesWes Haggard
2018-03-10Consolidate matching ref generated baseline filesWes Haggard
2018-03-10Baseline all reverse apicompat issuesWes Haggard
2018-02-21Serialization of DataColumn Type Corrected (#27286)Anirudh Agnihotry
2018-02-20Try finalizer on RemoteInvokeHandle (#27087)Dan Moseley
2018-02-11Fix some license headers across the repo (#27039)Stephen Toub
2018-01-16Corrected DataTable deserialization to use invariant culture for schema prope...Jonathan Gilbert
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2017-12-22Add license headers. (#26009)Jon Hanna
2017-12-19Ensure build of netcoreapp vertical of CoreFx can be done without past packag...Santiago Fernandez Madero
2017-12-05Implementation of DbProviderFactories. (#25410)Frans Bouma
2017-11-24Changed ' to # in RowFilter (#25482)Ivan Cronyn
2017-11-18Fix DataTable test to not assume non-en-GB (#25327)Dan Moseley
2017-11-13Mark several tests with [SkipOnTargetFramework(TargetFrameworkMonikers.Mono)]...Egor Bogatov
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-10-27Make corefx exceptions serializable and add typeforwards (#24427)Viktor Hofer
2017-08-31Grammar check - "a [a,e]" rule. (#23697)Brian Chavez
2017-08-30Merge pull request #23611 from ericstj/removeNetFxSupportLibsEric StJohn
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-29Update VS configurationsEric St. John
2017-08-29Remove NetFx support libsEric St. John
2017-08-29XML doc spelling corrections - A through C. (#23634)Brian Chavez
2017-08-28Merge pull request #23559 from ericstj/updateBuildToolsEric StJohn
2017-08-27Increase code coverage from 39.1% to 50.8% on System.Data.Common.DataColumnMa...the-dwyer
2017-08-26Suppress unused field warnings introduced with new CSCEric St. John
2017-08-19Fix Test: System.Data.Tests.SqlTypes.SqlStringTest/SqlDateTimeToSqlString (#2...Nina Chikanov
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-09Remove dead NET_4_5 compilation constant (#23041)Dan Moseley
2017-08-01Increase code coverage from 74.9% to 77.8% on System.Data.Common.DataColumnMa...the-dwyer
2017-07-26Updating cases of `IsInfinity || IsNaN` to be `!IsFinite`.Tanner Gooding
2017-07-25Increase code coverage from 70.8% to 74.9% on System.Data.Common.DataColumnMa...the-dwyer
2017-07-19Make DataCommonEventSource members public on uapaot, since reflection needed ...Cory Rivera
2017-07-14Add more uapaot #if checks in SqlXml to exclude unnecessary code that's causi...Cory Rivera
2017-07-12Reenabling tests for uap (#22111)Saurabh Singh
2017-07-11Change System.Data.Common to build with System.Xml.Private (#21943)Saurabh Singh
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-07-01Disable System.Data.Common.Tests.SqlXmlTest for uapaot (#21779)Santiago Fernandez Madero
2017-06-28Fix 19202 (#21648)Dan Moseley
2017-06-26SQLString adding missing typeforward to correctly serializable blobs between ...Viktor Hofer
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-21Increase code coverage from 65.3% to 70.8% on System.Data.Common.DataColumnMa...the-dwyer
2017-06-18Fixup instances of [ThreadStatic] naming in product codeHugh Bellamy
2017-06-16Add more serialization test cases and fix SqlGuid (#21137)Krzysztof Wicher
2017-06-15[System.Data] Move methods TraceExceptionWithoutRethrow and NotSupportedEnume...Egor Bogatov
2017-06-15Cross framework serialization finish up (#20870)Viktor Hofer
2017-06-12Move DbConnectionOptions.cs to Common (#19808)Egor Bogatov