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-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-18Set.TryGetValue not-found behavior/docs inconsistent (#24699)Ian Hays
2017-10-07Add build Configurations.props to performance tests (#24493)Santiago Fernandez Madero
2017-09-21Remove unused FEATURE_RANDOMIZED_STRING_HASHING (#24178)Kevin Gosse
2017-09-11Cleanup code in SortedSet (#22839)James Ko
2017-08-31Grammar check - "a [a,e]" rule. (#23697)Brian Chavez
2017-08-15Remove ILCBuildType from System.Collections.Tests (#23247)Santiago Fernandez Madero
2017-08-14Disable two collections tests on desktop (#23200)Stephen Toub
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-05Remove uap condition as we don't have a configuration for itViktor Hofer
2017-08-04Remove DoNotOptimize and DoNotInline settings from System.Collections.Tests.r...Viktor Hofer
2017-08-04Prefer BinaryFormatter over Dynamic RequiredViktor Hofer
2017-08-04Fixing System.Collections serialization uapaot testsViktor Hofer
2017-08-04Minimum runtime directives necessaryViktor Hofer
2017-07-12Fix failed in System.Collections.Tests on ILC (#22112)Atsushi Kanamori
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-29Disable performance tests for uap when running in arm (#21674)Santiago Fernandez Madero
2017-06-28Update remaining argument*exceptions to have param names (#21650)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-27Reenabling equality comparers tests after corert src change (#21620)Viktor Hofer
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-15Cross framework serialization finish up (#20870)Viktor Hofer
2017-06-14Disable System.Collections.Tests.ComparersGenericTests.EqualityComparer_Seria...Santiago Fernandez Madero
2017-06-10Disable System.Collections tests related to serialization issue (#20891)Santiago Fernandez Madero
2017-06-09Workaround System.Collections.Tests to fix 150 failures in uap due to codegen...Santiago Fernandez Madero
2017-06-08Manually build mscorlib shim to allow for internal type forwards & Adding Typ...Wes Haggard
2017-06-07Fix outdated comment in LinkedList (#20762)Andre Sayre
2017-05-30Renamed coretype serialized variables to support reflection based serializationViktor Hofer
2017-05-27Throw PlatformNotSupportedExceptions from IDeserializationCallback on types t...Morgan Brown
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-23Prep tests for CoreCLR/CoreRT [Serializable] cleanup (#20035)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-05Removed IDictionary<K,V>.GetValueOrDefault extension methods (#19247)Tarun Pothulapati
2017-04-29Remove dead code from System.CollectionsYoup Hulsebos
2017-04-26Remove List.Clear perf test which uses very large amounts of memoryEric Mellino
2017-04-26Skip more System.Runtime.Tests on UWP/AOTAtsushi Kanamori
2017-04-21Disable all the non-zero lower bound array failures in Collections tests. (#1...Atsushi Kanamori
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-17Performance improvement of CopyTo method of System.Collections.Generic.Stack ...Benjamin Bartels
2017-04-17Add TryAdd/Remove extension methods in CollectionExtensions (#18091)Nate Barbettini
2017-04-14Issue #15622 New overload Dictionary.Remove (#18109)Mandar Sahasrabuddhe
2017-04-13Removed Dictionary<K,V>.GetValueOrDefault From ref contract (#18115)Tarun Pothulapati
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-03-29Expose deconstruct and add testsSantiago Fernandez
2017-03-21Replaced ContainsKey() Calls with TryAdd() Dictionary Calls (#17201)Rion Williams
2017-03-18Fixed .NET Core File Naming Discrepencies (#17239)Rion Williams
2017-03-16Updating uapaot baseline filesJose Perez Rodriguez