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-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-03Clean up usage of UriHelper (#22888)Stephen Toub
2017-08-03Remove char[] allocation from Uri.HexEscape (#22872)Stephen Toub
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Escape only if backslash found in path.Lakshmi Priya Sekar
2017-06-24Escape '\' on Unix file uris to '%5C' for canonical form.Lakshmi Priya Sekar
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-20PR feedbackTom Deseyn
2017-06-20Add Unc conditionTom Deseyn
2017-06-20Only change to UnixFileUri for explicit urisTom Deseyn
2017-06-20Allow file Uris to terminate the host with '\' on Unix.Tom Deseyn
2017-06-20Merge pull request #20623 from tmds/uri-backslashLakshmi Priya Sekar
2017-06-17Remove unreachable code compiler error for windows.Lakshmi Priya Sekar
2017-06-17Preserve backslash in Unix Uris for all file://authority/path?query#fragment.Lakshmi Priya Sekar
2017-06-15Cross framework serialization finish up (#20870)Viktor Hofer
2017-06-08Manually build mscorlib shim to allow for internal type forwards & Adding Typ...Wes Haggard
2017-06-02Uri: preserve backslash for file:/// uris on UnixTom Deseyn
2017-05-26Merge pull request #20322 from ericstj/updateConfigurationsEric StJohn
2017-05-25ISerializable cleanup (#20220)Morgan Brown
2017-05-25Remove help VS commentsEric St. John
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-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-17Disable Private.Uri tests due to quirked behavior (#18439)Santiago Fernandez Madero
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-01Move System.Diagnostics.Debug to CoreLibJan Kotas
2017-03-13Update VS configurations for System.Private.UriEric Mellino
2017-03-13Add Configurations.props files for System.Private.Uri tests.Eric Mellino
2017-03-09Remote stale netcoreapp1.2{corert} configs from .csprojsStephen Toub
2017-03-05Detect Unix paths on Unix and Dos&Unc paths on Windows (#15925)Tom Deseyn
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Fix several typos (#16264)Jon Hanna
2017-02-17Enabling overflow checks for debug (#16189)Dennis "D.C." Dietrich
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-12Rename netcoreapp11 ifdefs to version-less netcoreappJan Kotas
2017-02-12Cleanup netstandard ifdefs and conditions (#16072)Jan Kotas
2017-02-11Update CoreClr, ProjectNTfs, Standard to beta-25010-03, beta-25010-00, beta-2...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-07Marking code as unchecked (pt 2) (#15885)Dennis "D.C." Dietrich
2017-02-07Delete NoWarn's that are not required anymoreJan Kotas
2017-02-07Marking code as unchecked (pt 1) (#15805)Dennis "D.C." Dietrich
2017-02-05Avoid unnecessary branches when fixing non-null/empty arrays (#15597)Justin Van Patten
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