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-07-25Expose ValueTask from System.Runtime in netcoreapp (#22559)Stephen Toub
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-24Fix parameter name in Throws assertStephen Toub
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-18Fix namingHugh Bellamy
2017-06-18Fixup instances of [ThreadStatic] in test codeHugh Bellamy
2017-06-15Disable TestEtw and GetTaskSchedulersForDebugger tests for UapAot (#21099)Anton Lapounov
2017-06-14Disable 4 AsyncTaskMethodBuilder tests due to a codegen optimization issue. (...Anton Lapounov
2017-06-13Fix TaskRtTests.RunFromResult test for uapaot.Anton Lapounov
2017-05-17Increment versions post 2.0Eric St. John
2017-05-03Refresh VS ConfigurationsWes Haggard
2017-04-26Disable several task tests on desktop requiring a newer versionStephen Toub
2017-04-19Expose Task.IsCompletedSuccessfullyStephen Toub
2017-04-18Disable System.Threading.Tasks tests for netfxStephen Toub
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-05Add TaskFromAsyncTest2 tests to Tasks (#17900)Stephen Toub
2017-03-31Fold or rename *.netstandard.cs files (#17697)Alex Perovich
2017-03-22Reenable the test for Task.FromAsync now that BinaryCompatibiliy type is goneAlex Ghiondea
2017-03-16Updating uapaot baseline filesJose Perez Rodriguez
2017-03-15Add Thread.CurrentPrincipal, Thread.GetDomain, and Thread.GetDomainID for uap...Anton Lapounov
2017-03-10Delete obsolete ProjectN/CoreRT files (#16957)Jan Kotas
2017-03-09Remote stale condition from S.T.Tasks.csprojStephen Toub
2017-03-07Move TaskExtensions to CoreLibStephen Toub
2017-03-01Fix tests that assumed GC refs could become collectable in the middle of a me...Peter Kukol
2017-02-17Fix several typos (#16264)Jon Hanna
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-12Cleanup netstandard ifdefs and conditions (#16072)Jan Kotas
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Clean up corert config commentsEric St. John
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Remove configurations that aren't buildingEric St. John
2017-02-03Update all solution files using solution generation toolWes Haggard
2017-02-03Add ProjectGuids for all projects and empty configs for projects without Buil...Wes Haggard
2017-02-02Adding UAPAOT vertical and configurationsJose Perez Rodriguez
2017-02-01Clean up desktop ConfigurationsEric St. John
2017-02-01Remove desktop config when in NETStandard.LibraryEric St. John
2017-02-01Updating VS ConfigurationsJose Perez Rodriguez
2017-02-01Adding missing Configurations for uapJose Perez Rodriguez
2017-01-31string.Format call fixedPavel Maltsev
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-25Merge pull request #15456 from ericstj/fixTraversalEric StJohn
2017-01-25Fix P2P reference Configuration selectionEric St. John
2017-01-25Use TryEnsureSufficientExecutionStack in TaskExtensionsJon Hanna
2017-01-24Removing netstandard configurations for things that are bellow netstandard (#...Jose Perez Rodriguez
2017-01-21Removing System.Private.CoreLib from TargetingPack (#15357)Jose Perez Rodriguez
2017-01-20Adding missing Configurations.props for refs and fixing the existing ones (#1...Jose Perez Rodriguez
2017-01-19Remove packages from NETStandard.Library 1.6Eric St. John