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-12-13Merged with dotnet/release/2.2.Martin Baulig
2018-04-22Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-04-10Fixed autolog tests (#28939)Anirudh Agnihotry
2018-04-02Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-03-23Normalize project configurations (#28396)Wes Haggard
2018-03-15Porting ServiceProcessDescription attribute (#28029)Anirudh Agnihotry
2018-03-09Service Base Tests Corrected (#27630)Anirudh Agnihotry
2018-03-08Updating the package index for UAP and updating buildtools (#27787)Jose Perez Rodriguez
2018-02-27Disable servicebase tests (#27501)Dan Moseley
2018-02-26Fix PauseAndContinue failure? (#27444)Dan Moseley
2018-02-21Propagate exceptions from ServiceBase.OnStart (#26530)Anirudh Agnihotry
2018-02-17Do not clear service name before deleting it by name (#27225)Dan Moseley
2018-02-12Ensure services get removed (#27054)Dan Moseley
2018-02-11Fix TestService shutdown (#27028)Dan Moseley
2018-01-31Follow up changes For serviceBase (#26695)Anirudh Agnihotry
2018-01-30ServiceBase And ServiceController Tests using NamedPipes (#26524)Anirudh Agnihotry
2018-01-23Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-01-15Disabled eventlog tests on nano server (#26339)Anirudh Agnihotry
2018-01-13Writes to Service`s Eventlog when it is run. (#26260)Anirudh Agnihotry
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2018-01-08Fix ServiceController tests (#26208)Dan Moseley
2018-01-04Make TestService log deletion robust (#26136)Dan Moseley
2018-01-03Merge remote-tracking branch 'upstream/master'Marek Safar
2017-12-22Add license headers. (#26009)Jon Hanna
2017-12-19Ensure build of netcoreapp vertical of CoreFx can be done without past packag...Santiago Fernandez Madero
2017-12-14Try/Catch added to stopping service controller (#25865)Anirudh Agnihotry
2017-11-27Merge remote-tracking branch 'upstream/master'Marek Safar
2017-11-03Stabilize configurations for compat pack (#25017)Santiago Fernandez Madero
2017-11-03Update ref assemblies with readonly changesStephen Toub
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-10-27Make corefx exceptions serializable and add typeforwards (#24427)Viktor Hofer
2017-10-02Merge remote-tracking branch 'upstream/master'Marek Safar
2017-09-19Prevent ServiceControllerTests from dispose when already disposed (#24042)Santiago Fernandez Madero
2017-08-31Merge remote-tracking branch 'upstream/master'Marek Safar
2017-08-29Update VS configurationsEric St. John
2017-08-15Ensure packages continue to build for NETCoreApp2.0Eric St. John
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-11Replace Elevated Tests (#23117)Maggie Tsang
2017-08-07Merge remote-tracking branch 'upstream/master'Marek Safar
2017-08-04Only have netstandard ref for System.ServiceProcess.ServiceControllerWes Haggard
2017-08-04Remove SkipOnFramework UAP on the ServiceController testsWes Haggard
2017-08-04Make System.ServiceProcess.ServiceController netcoreapp specificWes Haggard
2017-08-03Address feedback for ServiceBase PRWes Haggard
2017-08-03Make TimeoutException match .NET Framework and inherit from SystemExceptionWes Haggard
2017-08-03Update ServiceController project/solution configurationsWes Haggard
2017-08-03Move ServiceController test project into the root tests folder.Wes Haggard
2017-08-03Remove native test service project as we no longer need itWes Haggard
2017-08-03Add ServiceBase testsWes Haggard
2017-08-03Update TestService to log eventsWes Haggard
2017-08-03Fix netfx ref build for System.ServiceProcess.ServiceControllerWes Haggard