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
2017-02-08Filtering down the NETNative TargetingPack to avoid type conflicts (#15929)Jose Perez Rodriguez
Filtering down the NETNative TargetingPack to avoid type conflicts
2017-02-07Update CoreFx to beta-25007-02dotnet-bot
2017-02-07Update CoreClr, CoreFx, ProjectNTfs, Sni to beta-25007-01, beta-25007-01, ↵dotnet bot
beta-25007-00, beta-25007-01, respectively (#15893)
2017-02-06Update CoreClr to beta-25006-03dotnet-bot
2017-02-06Update CoreFx to beta-25006-01dotnet-bot
2017-02-06Update CoreClr to beta-25006-02dotnet-bot
2017-02-06Update ProjectNTfs to beta-25006-00dotnet-bot
2017-02-06Update CoreClr to beta-25006-01dotnet-bot
2017-02-05Update CoreClr, External to beta-25005-03, beta-25005-00, respectivelydotnet-bot
2017-02-05Update CoreClr, CoreFx to beta-25004-02, beta-25004-01, respectivelydotnet-bot
2017-02-04Merge pull request #15759 from dotnet-bot/master-UpdateDependenciesWes Haggard
Update CoreFx to beta-25003-02 (master)
2017-02-03Use RunningOnUnix instead of OSEnvironmentEric St. John
2017-02-03System.Private.CoreLib is OSGroup-specificEric St. John
Make sure that we represent System.PrivateCoreLib as OSGroup specific since it exposes different types on Windows vs Unix.
2017-02-03Don't filter netfx targeting packEric St. John
Previously we'd filter the netfx targeting pack when we weren't building for netfx vertical. This was because shims were using all the files in this folder when generating shims to other frameworks (netcoreapp/uap). This breaks in the Build-all scenario. We need the full targeting pack in order to build netfx configurations, but the shims end up getting more files then they need which was causing genfacades to regenerate reference assemblies as facades with typeforwards to themselves. To fix this I stopped filtering when building out the targeting pack, and moved that filtering to the shims.proj.
2017-02-03Update CoreFx to beta-25003-02dotnet-bot
2017-02-03Update CoreClr to beta-25003-02dotnet-bot
2017-02-03Update CoreClr, CoreFx, External, ProjectNTfs to beta-25003-01, ↵dotnet-bot
beta-25003-01, beta-25002-00, beta-25003-00, respectively
2017-02-02Update CoreClr, ProjectNTfs to beta-25002-01, beta-25001-00, respectively ↵dotnet bot
(master) (#15698) * Modify expected param names for Array.Copy invalid args * Disable AV'ing vectors test * Update CoreClr, ProjectNTfs to beta-25002-01, beta-25001-00, respectively
2017-02-02Combine coreclr and NETNative runtime projectsEric St. John
Combine these so we have a common runtime project. Thanks to @joperezr for this change.