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
2018-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2017-11-29Disable console title workaround for >=RS4 (#25532)Viktor Hofer
2017-11-15File path is in IO exception messages (#25195)Stano Peťko
2017-11-04Cleanup Windows 10 version detection (#25052)David Shulman
2017-11-03Update ref assemblies with readonly changesStephen Toub
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-11Avoid assert failure due to incorrect bytes written returned (#24511)Dan Moseley
2017-10-07Add build Configurations.props to performance tests (#24493)Santiago Fernandez Madero
2017-10-05Unifying the style of property delcarations and fixing some bracket indentati...Tristram Bethea
2017-09-14Fix Console Title test when running on RS2 (#24016)Tarek Mahmoud Sayed
2017-09-11Rename IsWinRT to IsInAppContainer (#23935)Dan Moseley
2017-08-30Handle EAGAIN in Console.Write (#23539)Stephen Toub
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-07-22Update UAP pinvoke baselines (#22516)Paulo Janotti
2017-07-21System.IO.Console perf test: increase # of opened files on macOS (#22478)Paulo Janotti
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-26Fix negative testing in System.Console.Tests (#21569)Atsushi Kanamori
2017-06-25Fix UAP tests for Console (#21519)Dan Moseley
2017-06-24disable console tests related to output encoding (#21484)Krzysztof Wicher
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-22Minor test cleanup (#21200)Dan Moseley
2017-06-15Update Pinvoke baselines to match latest modernapis.xml entries (#21028)Dan Moseley
2017-06-14Enable UAP Remote Execution for all tests (#21014)Tarek Mahmoud Sayed
2017-06-12Disable Console.Title test on NanoStephen Toub
2017-06-12Add RemoteInvoke checks for closed-over stateStephen Toub
2017-05-25Remove help VS commentsEric St. John
2017-05-23Test attributes cleanup for Uap now that Uap flag includes UapAot (#20108)Santiago Fernandez Madero
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-10Remove unneeded Serializable attributes (#19577)Morgan Brown
2017-05-09Nano adjustment of console encoding (#19519)Dan Moseley
2017-05-03Remove invalid assert in Console encoding test on UnixStephen Toub
2017-05-02Remove __arglist overloads (#19192)Jan Kotas
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-11Disable some System.Console tests on uapaotJose Perez Rodriguez
2017-04-11Merge pull request #18165 from weshaggard/UpdateAssemblyKeysWes Haggard
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-10Address PR feedbackHugh Bellamy
2017-04-09Remove redundant Windows argument validation in ConsoleHugh Bellamy
2017-04-09Fix no exception thrown for invalid console encodingsHugh Bellamy
2017-04-07Remove UAP console PAL (#17970)Dan Moseley
2017-04-05Fixing System.Console tests for uapaot (#17896)Jose Perez Rodriguez
2017-03-18Fix System.Console difference in behavior (#17253)Santiago Fernandez Madero
2017-03-18socket, accept: set CLOEXEC on platforms that support it (#17228)Tom Deseyn
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
2017-03-10Fix Console WindowWidth/Height paramName (#16930)Ian Hays
2017-03-07Issue #3862 Use lazy initializers in place of double check locksWinCPP