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 (Collapse)Author
2016-10-01Changing test projects to default to netcoreapp1.1 instead of netcoreapp1.0Jose Perez Rodriguez
2016-09-28Merge pull request #12110 from weshaggard/InitializeTargetsPropertiesWes Haggard
Always initialize Targets* properties to false
2016-09-28Always initialize Targets* properties to falseWes Haggard
We were hitting some cases where TargetsWindows was set as and environment variable and caused some of our builds to start failing. These should never be set outside of the Choose statement based on OSGroup so we are always defaulting them to false to ensure the enviroment doesn't end up overriding them.
2016-09-27Fix test TargetGroup path clashesEric St. John
Update to BuildTools 827-01 to pick up a fix for clashing on TestArchivePath and fix dir.props to ensure a unique TestPath
2016-09-24Always define GeneratedProjectJsonDir propertyWes Haggard
Fixes https://github.com/dotnet/corefx/issues/12001 Apparently msbuild will try to expand the wildcard item even if the condition on it is false and in some cases that causes GeneratedProjectJsonDir to be set to empty and causes msbuild to try to find all project.json files on the entire drive. To ensure we don't try indexing the entire drive we will always set the property. https://github.com/dotnet/corefx/commit/760104f2957978c475648923f744f0b709507559#diff-0b192804a6349e8c26d2b027afbd89a2R131
2016-09-23Add downlevel ValueTuple configurationEric St. John
2016-09-21Fix incremental restore when building against packagesWes Haggard
While building against packages we weren't considering the genreated project.json files when checking whether or not to restore so restore was getting skipped in some cases. The adds the generated project.json files to the list to check as well as disables package validation because we are mostly using new packages that aren't the ones we are validating against.
2016-09-20Merge pull request #11689 from JeremyKuhne/CreateRelativePathJeremy Kuhne
Add Path.GetRelativePath
2016-09-20Fix Performance package references after dev/api mergeWes Haggard
The performance package versions were reverted after the dev/api merge. This change bumps them back up as well as adds validation for the package version so we should catch this in the future.
2016-09-19Add Path.GetRelativePathJeremy Kuhne
This change adds Path.GetRelativePath, which will calculate the relative path from one directory to another file/directory. This change also adds support for targetting netcoreapp
2016-09-16Using master packages instead of dev/apiJose Perez Rodriguez
2016-09-13Merge remote-tracking branch 'mainrepo/dev/api' into MergeDevApiJose Perez Rodriguez
2016-09-08Remove ExternalPackages from CoreFXIan Hays
ExternalPackages used to be used to build and test against the packages, but it is now dead code.
2016-09-01Merge remote-tracking branch 'upstream/master' into dev/apiJose Perez Rodriguez
2016-09-01Enable netcoreapp1.1 tests to run as part of the CI build (#11236)Jose Perez Rodriguez
Enable netcoreapp1.1 tests to run as part of the CI build
2016-08-25Merge pull request #10970 from dagood/fix-devapi-auto-updateWes Haggard
In dev/api branch, auto-upgrade from the dev/api branch
2016-08-24Merge pull request #11007 from Lixire/fill-convertAmy Qiu
Fill Out Convert and Add Tests
2016-08-24Merge pull request #10928 from chcosta/compilerMatt Galbraith
Consume Roslyn Compiler 2.0.0-beta3 (cherry picked from commit 8512621ffdce12de438d6bbbb24e43e1fcaf3f3a)
2016-08-24Add full-version package dependency verification.Davis Goodin
2016-08-24In dev/api branch, auto-upgrade from the dev/api branch rather than master.Davis Goodin
2016-08-22Update dev/api corefx packages to 24422-01Stephen Toub
2016-08-21Update dev/api corefx dependencies to 24421-01Stephen Toub
2016-08-20Update dev/api corefx dependencies to 24420-01Stephen Toub
2016-08-20Update dev/api dependencies, coreclr to 24419-04, corefx to 24419-01Stephen Toub
2016-08-19Improve VS experience of S.R.E in VSMatt Ellis
With this change you can use the configuration manager to select the "netstandard1.7_Debug" configuration and have nice intellisense support in Visual Studio for the test project (e.g. netstandard17 is defined, we reference the correct reference assembly so you can see the new APIs in netstandard1.7, etc).
2016-08-19Update dev/api coreclr dependency to 24418-04Stephen Toub
2016-08-18Merge branch 'master' of https://github.com/dotnet/corefx into compilerChristopher Costa
2016-08-18Add back OS based import conditionChristopher Costa
2016-08-18Update devapi package versionsStephen Toub
2016-08-18Updating CoreFx dependencies to beta-devapi-24416-01Jose Perez Rodriguez
2016-08-18Remove common properties from corefx, they have been added to buildtoolsChristopher Costa
2016-08-18Merge pull request #10929 from joperezr/MergeMasterJose Perez Rodriguez
Merge branch master -> dev/api
2016-08-17Moving some types/APIs from S.IO and S.Reflection.Primitives to S.P.CoreLib, ↵SedarG
to support new Reflection refactoring (#10745) * uap10.1: moving some APIs from system.io and system.reflection.primitives to corelib * Revert "uap10.1: moving some APIs from system.io and system.reflection.primitives to corelib" This reverts commit 0f285f009f4be35a2875bdd535032b14304469b4. * Moving some types/APIs from S.IO and S.Reflection.Primitives to S.P.CoreLib, to support new Reflection refactoring
2016-08-17Add full-version package dependency verification.Davis Goodin
2016-08-17Revving xunit perf packages to fix perf test runs (#10869)Deepak Shankargouda
2016-08-16Merging masterJose Perez Rodriguez
2016-08-16Change condition for UseSharedCompilationChristopher Costa
2016-08-16Update CoreClr, CoreFx to beta-24416-04, beta-24416-03, respectivelydotnet-bot
2016-08-16Updating CoreClr dependencies to beta-24416-03dotnet-bot
2016-08-16Update CoreClr, CoreFx to beta-24416-03, beta-24416-02, respectivelydotnet-bot
2016-08-16Updating CoreClr dependencies to beta-24416-01dotnet-bot
2016-08-15Update CoreClr, CoreFx to beta-24415-03, beta-24415-01, respectivelydotnet-bot
2016-08-15Merge pull request #10771 from dotnet-bot/UpdateDependencies20160815052151Stephen Toub
Updating External dependencies to beta-24415-00
2016-08-15Update CoreClr, External to beta-24415-02, beta-24415-00, respectivelydotnet-bot
2016-08-15Updating External dependencies to beta-24415-00dotnet-bot
2016-08-15Updating CoreFx dependencies to beta-devapi-24415-01dotnet-bot
2016-08-15Update CoreClr to beta-24415-01dotnet-bot
2016-08-14Update CoreClr to beta-24414-03dotnet-bot
2016-08-14Updating CoreClr dependencies to beta-24414-03dotnet-bot
2016-08-14Merge pull request #10761 from dotnet-bot/UpdateDependencies20160814051751Wes Haggard
Updating External dependencies to beta-24414-00