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-04-19Fix IPAddress parsing tests for netfxHugh Bellamy
2017-04-18Add a few more testsStephen Toub
2017-04-18Address PR feedbackStephen Toub
2017-04-18Fix .csproj for removed fileStephen Toub
2017-04-18A bit more cleanupStephen Toub
2017-04-18Remove IPAddress PAL and use managed implementation everywhereStephen Toub
2017-04-18Clean up after changesStephen Toub
2017-04-18Fix bugs in IPv6AddressHelper parsingStephen Toub
2017-04-18Add a few more test casesStephen Toub
2017-04-18Remove duplication in IPAddressHelpers and some cleanupStephen Toub
2017-04-18Implement IPv6AddressToString in managed code for UnixStephen Toub
2017-04-18Implement IPAddress.ToString in managed code for IPv4 addressesStephen Toub
2017-04-18Port IPv4/6AddressHelper to Core and use itStephen Toub
2017-04-18Augment and clean up IPAddress parsing testsStephen Toub
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-14Fix Fedora issue with gethostbyname (#18170)Steve Harter
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-04Updating uap and uapaot baseline filesJose Perez Rodriguez
2017-04-03Move System.Net.Cookie to System.Net namespaceTijoy Tom Kalathiparambil
2017-03-31Fold or rename *.netstandard.cs files (#17697)Alex Perovich
2017-03-30Add serialization test for CookieContainer (#17673)David Shulman
2017-03-21Skip NetEventSource logging tests on .NET FrameworkDavid Shulman
2017-03-14Delete dead "shim" code from System.NetStephen Toub
2017-03-10Change tests that use async void to async TaskSteve Harter
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
2017-03-03Update to new Microsoft.xunit.netcore.extensions version (#16591)Santiago Fernandez Madero
2017-02-24Set EnableWinRT property in configuration system. (#16423)Wes Haggard
2017-02-23Update performance csprojsDrew Scoggins
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Fix several typos (#16264)Jon Hanna
2017-02-17Merge pull request #16247 from morganbr/NetPrimitivesResourcesStephen Toub
2017-02-17Cleanup of string resources for System.Net.Primitives based on an automated s...Morgan Brown
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-15Marking code as unchecked (pt 8) (#16117)Dennis "D.C." Dietrich
2017-02-12Cleanup netstandard ifdefs and conditions (#16072)Jan Kotas
2017-02-10Marking code as unchecked (pt 5)Dennis "D.C." Dietrich
2017-02-09Marking code as unchecked (pt 4) (#15976)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-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