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-07-04Removing unused UAP code and SmtpClient HostName workaround (#21670)Caesar Chen
2017-06-30Tracking ETW UAP test failures against a single issue. Global mutex is not su...Cristian Pop
2017-06-29Add converter from IEnumerable to TheoryData (#21671)Jeremy Kuhne
2017-06-26re-enable tests, and delete some dead codeCaesar Chen
2017-06-24UWP work for S.N.NetworkInformation (#21486)Caesar Chen
2017-06-21Return Linux NetworkInterface speed as bits per second, not megabits. (#21272)Eric Mellino
2017-06-16Fix System.Net.NetworkInformation.Tests for uap (#21104)Santiago Fernandez Madero
2017-06-02Final set of ILC test failure "fixes"...Atsushi Kanamori
2017-05-25Remove help VS commentsEric St. John
2017-05-23Disable some System.Net.* tests for ILCsepidehMS
2017-05-17Increment versions post 2.0Eric St. John
2017-05-15Enable most corefx tests for Bash on WindowsJason Lin
2017-05-08Disable failed tests for 6 issues. (#19464)Jiayi Li
2017-05-04Skip hanging test in S.Net.NetworkInformation on aot (#19315)Alex Perovich
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-03Add manual roots for ILLinkEric St. John
2017-03-25Fix typo in commentStephen Toub
2017-03-25NetworkInterface.Speed range tests adjusted for Wi-Fi Direct Virtual AdaptersViktor Hofer
2017-03-22Skip more NetEventSource logging tests on .NET FrameworkDavid Shulman
2017-03-20Remove dead codeStephen Toub
2017-03-20Remove SocketAsyncEventArgs._ptrNativeOverlappedStephen Toub
2017-03-14Delete dead "shim" code from System.NetStephen Toub
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
2017-02-25Fix typos: occurred/occurrence (#16459)Paul Harrington
2017-02-24Set EnableWinRT property in configuration system. (#16423)Wes Haggard
2017-02-21Fix overflow exception in SystemNetworkInterfaceTarek Mahmoud Sayed
2017-02-18Remove dead string resources (#16284)Dan Moseley
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-10Marking code as unchecked (pt 5)Dennis "D.C." Dietrich
2017-02-09Merge pull request #15932 from sepidehMS/PlatformSpecificTestsSepideh Khoshnood
2017-02-09Enable tests to compile with netstandard (#15956)Tarek Mahmoud Sayed
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez
2017-02-08Add comments to PlatformSpecific testssepidehMS
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
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-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Enable compiling the test projects against the configuration (#15743)Tarek Mahmoud Sayed
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-01Clean up desktop ConfigurationsEric St. John
2017-02-01Remove desktop config when in NETStandard.LibraryEric St. John
2017-01-31Fix configurations for UAPEric St. John
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-28Fix signature of CFArrayCreate. (#15546)Marius Ungureanu
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-20Merge pull request #15312 from ericstj/packageCleanup3Eric StJohn