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-02-22Update configurations in projectsEric St. John
2017-02-22Merge pull request #16355 from ericstj/harvestPackagesEric StJohn
2017-02-21Fix mscorlib-portable build of ValueTupleEric St. John
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Merge pull request #16191 from ericstj/packagesEric StJohn
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-14Remove the key conditions so it is always correctly setWes Haggard
2017-02-14Make pkgprojs reference *proj rather than buildsEric St. John
2017-02-14Remove pkg .builds filesEric St. John
2017-02-12Rename netcoreapp11 ifdefs to version-less netcoreappJan Kotas
2017-02-09Enable tests to compile with netstandard (#15956)Tarek Mahmoud Sayed
2017-02-07Merge pull request #15880 from weshaggard/FixDocCommentFileForValueTupleStephen Toub
2017-02-07Fix name of DocumenationFile so intellisense correctly buildsWes Haggard
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
2017-02-04Adding serialization tests for ValueTuple (#15772)Julien Couvreur
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-01Clean up desktop ConfigurationsEric St. John
2017-02-01Make netfx build workEric St. John
2017-02-01Updating VS ConfigurationsJose Perez Rodriguez
2017-01-31Fix configurations for UAPEric St. John
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-30Fix ref configurations for appropriate ref folderEric St. John
2017-01-30Add support multiple BuildConfigurationsEric St. John
2017-01-20Adding missing Configurations.props for refs and fixing the existing ones (#1...Jose Perez Rodriguez
2017-01-18Update project configuration and sln files (#15182)Karthik Rajasekaran
2017-01-13Changes required for repo to build succesfully after mergeJose Perez Rodriguez
2017-01-12Merge master into dev/engJose Perez Rodriguez
2017-01-11Update CoreClr, CoreFx, ProjectNTfs to beta-24911-02, beta-24911-02, beta-249...dotnet bot
2017-01-11Automated update of ns1.7->ns2.0 and nca1.1->nca2.0Alex Perovich
2017-01-11[dev/eng] Sorting and trimming Reference items in csprojs (#15035)Jose Perez Rodriguez
2017-01-10Update CoreClr to beta-24910-03dotnet-bot
2017-01-10Update CoreClr, CoreFx, ProjectNTfs to beta-24910-02, beta-24910-02, beta-249...dotnet bot
2017-01-09Update CoreClr, CoreFx to beta-24909-03, beta-24909-02, respectivelydotnet-bot
2017-01-09Update CoreClr, CoreFx, ProjectNTfs to beta-24909-02, beta-24909-01, beta-249...dotnet-bot
2017-01-08Update CoreClr to beta-24908-01dotnet-bot
2017-01-07Update CoreClr to beta-24907-03dotnet-bot
2017-01-07Update CoreClr, CoreFx to beta-24907-02, beta-24907-02, respectivelydotnet-bot
2017-01-07Update CoreClr, CoreFx to beta-24906-04, beta-24906-03, respectively (master)...dotnet bot
2017-01-07Type forwarding for ValueTuple to CoreCLR (#14786)Julien Couvreur
2017-01-06Merge branch master into dev/engJose Perez Rodriguez
2017-01-04Add Configurations.props files for test projects, include tests in build.proj...Eric Mellino
2016-12-14Make Test projects compile against the Targeting pack. (1/3 of the work) (#14...Jose Perez Rodriguez
2016-12-13Remove builds files (#14449)chcosta
2016-12-10vertical build port to Dev/eng [Do not merge] (#14171)chcosta
2016-12-10Randomize ValueTuple hash codes (#14141)James Ko
2016-11-30[dev/eng] Overhaul ref and src project references, and start binplacing thing...Eric Mellino
2016-11-29Remove explicit usage of TupleElementNamesAttribute in tests per https://gith...Stephen Toub