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-08-02More thoroughly test RegularExpression collection debugger views (#22864)Jon Hanna
2017-07-04Merge pull request #21782 from krwq/regex-uapKrzysztof Wicher
2017-07-04Fix setting current culture to invariant in UAPTarek Mahmoud Sayed
2017-07-03fix and disable System.Text.RegularExpressions.Tests.Match_SpecialUnicodeChar...Krzysztof Wicher
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-07-01re-enable Regex tests on UAP and speed them up (more than 40x times)Krzysztof Wicher
2017-06-29Add converter from IEnumerable to TheoryData (#21671)Jeremy Kuhne
2017-06-28Correctly handle empty strings in params of RemoteExecutorTestBase (#21196)Hugh Bellamy
2017-06-27Enabling CI for UWP F5 runs (#21571)Jose Perez Rodriguez
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-14Enable UAP Remote Execution for all tests (#21014)Tarek Mahmoud Sayed
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-14Fixed CurrentCulture static property assignment causing side effects in other...Viktor Hofer
2017-05-12Fix all System.Text.RegularExpressions.Tests failures on ILCAtsushi Kanamori
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-12Remove dead code for system.threading, system.text.regularexpressions, system...Shiming Ge
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-03-17Fix System.ComponentModel.TypeConverter failing tests (#17206)Santiago Fernandez Madero
2017-03-03Fix parsing of regex alternation construct with named options (#16609)Hugh Bellamy
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Fix several typos (#16264)Jon Hanna
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-13Marking code as unchecked (pt 7) (#16079)Dennis "D.C." Dietrich
2017-02-12Cleanup netstandard ifdefs and conditions (#16072)Jan Kotas
2017-02-09Marking code as unchecked (pt 4) (#15976)Dennis "D.C." Dietrich
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-03Sync BuildConfiguration with project PropertyGroupsEric 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-02Update CoreClr, ProjectNTfs to beta-25002-01, beta-25001-00, respectively (ma...dotnet bot
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-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-24Removing netstandard configurations for things that are bellow netstandard (#...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
2017-01-18Update project configuration and sln files (#15182)Karthik Rajasekaran
2017-01-14Prefer using Array.Length as upper for loop limit (#15192)mikedn
2017-01-11Automated rename of tfm specific filesAlex Perovich
2017-01-11Automated update of ns1.7->ns2.0 and nca1.1->nca2.0Alex Perovich
2017-01-11Manual changes for ns2.0 renameAlex Perovich
2017-01-11[dev/eng] Sorting and trimming Reference items in csprojs (#15035)Jose Perez Rodriguez
2017-01-06Merge branch master into dev/engJose Perez Rodriguez