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-27CultureInfoConverter added (#24855)Anirudh Agnihotry
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-08-31Grammar check - "a [a,e]" rule. (#23697)Brian Chavez
2017-08-31Miscellaneous typo corrections. (#23698)Brian Chavez
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-29XML doc spelling corrections - A through C. (#23634)Brian Chavez
2017-08-22Add DesignerOptionService tests (#23013)Hugh Bellamy
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-07-20Update buildtools and UAP runners version to merge resources into pri file fo...Santiago Fernandez Madero
2017-07-15Add BindingList tests and fix a debug assertion (#22197)Hugh Bellamy
2017-07-15Add Container tests and fix a debug assertion (#22073)Hugh Bellamy
2017-07-13Add ComponentResourceManager tests (#22138)Hugh Bellamy
2017-07-12Fix invalid rd.xml. (#22118)Atsushi Kanamori
2017-07-11Add AmbientValueAttribute tests and fix a debug assertion (#22027)Hugh Bellamy
2017-07-10Remove dead internal abstract class from number converters (#22028)Hugh Bellamy
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-22Fix TypeConverter tests on UAP (#21331)Krzysztof Wicher
2017-06-13Merge pull request #20894 from hughbe/colortranslator-testsEric Mellino
2017-06-13Add type formard in TypeConverter refHugh Bellamy
2017-06-12Move InvalidEnumArgumentException to System.ComponentModel.PrimitivesHugh Bellamy
2017-06-10Remove dead code from ColorTranslator and friendsHugh Bellamy
2017-06-08Manually build mscorlib shim to allow for internal type forwards & Adding Typ...Wes Haggard
2017-06-05Merge pull request #20593 from mellinoe/system.drawing.netfx-portEric Mellino
2017-06-02Merge pull request #20585 from norek/masterStephen Toub
2017-06-01Add support for System.Drawing on Windows.Eric Mellino
2017-06-01Remove dead code from System.ComonentModel.TypeConverter for issue #17905INSOLUTIONS\NorbertR
2017-05-30Renamed coretype serialized variables to support reflection based serializationViktor Hofer
2017-05-26Update buildtools and extensions and do tests cleanup for new attributes beha...Santiago Fernandez Madero
2017-05-25ISerializable cleanup (#20220)Morgan Brown
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-11Fix all System.ComponentObject.TypeConverter.Test failures on ILCAtsushi Kanamori
2017-05-11Fix 79 System.Data.Common.Test failures on ILCAtsushi Kanamori
2017-05-08Fix EnumConverter porting bug around ArrayList (#19475)Stephen Toub
2017-05-08Disable failed tests for 6 issues. (#19464)Jiayi Li
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-15deaddanmosemsft
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-07Update VS configuration in TypeConverter test projectWes Haggard
2017-04-06Remove KnownColors and SystemColors from .NET CoreWes Haggard
2017-04-04Add build option to only build stuff that is part of NETCoreAppWes Haggard
2017-03-21Replaced ContainsKey() Calls with TryAdd() Dictionary Calls (#17201)Rion Williams