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-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
2017-06-08Manually build mscorlib shim to allow for internal type forwards & Adding Typ...Wes Haggard
2017-06-02Final set of ILC test failure "fixes"...Atsushi Kanamori
2017-05-30Renamed coretype serialized variables to support reflection based serializationViktor Hofer
2017-05-25ISerializable cleanup (#20220)Morgan Brown
2017-05-23Test attributes cleanup for Uap now that Uap flag includes UapAot (#20108)Santiago Fernandez Madero
2017-05-22Increase code coverage from 64.4% to 65.3% on System.Data.Common.DataColumnMa...the-dwyer
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna
2017-05-17Scale back [Serializable] CoreFX types (#19742)Morgan Brown
2017-05-17Increment versions post 2.0Eric St. John
2017-05-11System.Data.Common.Tests down to 1 failure on ILCAtsushi Kanamori
2017-05-10Remove unneeded Serializable attributes (#19577)Morgan Brown
2017-05-02Fix S.Data.Common tests on uapaot (#19203)Alex Perovich
2017-04-29Removed dead code from System.Data.Common (#19141)Youp Hulsebos
2017-04-25Move AdapterUtil.cs to Common (System.Data) (#18500)Egor Bogatov
2017-04-25Replace netfx ifdefs in refs with IsPartialFacadeAssemblyEric St. John