Граф коммитов

20 Коммитов

Автор SHA1 Сообщение Дата
Wes Haggard b9f4ccce8a Update shared framework to be netcoreapp1.1 based
Split the dependencies in Microsoft.NETCore.App based on 1.0 and 1.1.

We also needed to update some tests to be netcoreapp1.1 targeting now
2016-10-19 22:37:04 -07:00
Eric Erhardt 9de7445b5c Removing ToLower workarounds in DependencyModel Resolution.
These workarounds are no longer valid.  The Resolution logic should be respecting Path and HashPath properties, and falling back to straight PackageId Version values, if those are not set.

Fix #423
2016-10-06 16:16:15 -05:00
Davis Goodin c59b722676 Disable parallel restore.
In the new version of CLI, this includes limiting parallel http requests. Docker container builds sometimes hit restore errors when there are too many parallel requests.
2016-09-22 19:15:39 -05:00
Joel Verhagen 6d715811e1 Revert lowercase package ID and version hack now that DotNetHost handles lowercase 2016-09-21 13:02:41 -07:00
Joel Verhagen 06293cc39f Add one more test 2016-08-26 14:25:40 -07:00
Joel Verhagen d7bf2e9f13 Improve tests and allow .deps.json file to have unexpected properties 2016-08-26 14:12:20 -07:00
Joel Verhagen 0bb6d02ae7 Add support for the "hashPath" property in the .deps.json file 2016-08-24 10:42:49 -07:00
Joel Verhagen 57da9d57b0 Add support for the "path" property in the .deps.json file 2016-08-11 14:38:29 -07:00
Livar Cunha 43f1cd9f1e Revert "Addressing code review comments."
This reverts commit b2a8a40451.
2016-08-04 09:21:10 -07:00
Livar Cunha b2a8a40451 Addressing code review comments. 2016-08-04 09:12:28 -07:00
Livar Cunha 86ec0b7429 Fixing tests and adding packaging for dependency model and platform abstractions. 2016-08-03 13:39:38 -07:00
Livar Cunha e416af6140 Bringing DependencyModel and InternalAbstractions from CLI into core-setup. Renamed InternalAbstractions to PlatformAbstractions. 2016-08-03 09:56:54 -07:00
Livar Cunha 038057a871 Merge branch 'feature/msbuild' of /Users/livarcocc/Documents/git/to_remove into move_dependency_model
* 'feature/msbuild' of /Users/livarcocc/Documents/git/to_remove: (96 commits)
  Preparing the Microsoft.Extensions.DepdencyModel.Tests to be moved to core-setup.
  Use JsonTextReader in DependencyContextJsonReader  (#3972)
  Workaround native deps resolver not lower casing the file paths into the NuGet cache.
  Fix package code for new NuGet.
  Trim platfrom libraries from deps fiels
  Updating CoreFX, CoreCLR, Roslyn, CoreSetup to stable versions.
  Updating CoreFx, CoreClr, Roslyn, CoreSetup to rc3-24210-10, rc3-24210-10, beta1-20160610-04, rc3-3004459-00 respectively
  Updating CoreFx, CoreClr, CoreSetup to rc3-24210-06, rc3-24210-01, rc3-3004449-00 respectively
  Updating CoreSetup to rc3-004443-00.
  Updating CoreFx, CoreClr, CoreSetup to rc3-24209-08, rc3-24208-04, rc3-3004442-00 respectively
  Updating CoreFx, CoreClr, Roslyn, CoreSetup, DiaSymReader to rc3-24208-04, rc3-24208-04, beta1-20160608-03, rc3-004425, rc2-60608-04 respectively
  Updating CoreFx, CoreClr, CoreSetup to rc3-24207-03, rc3-24207-03, rc3-004415 respectively.
  Updating CoreSetup, Roslyn, DiaSymReader to rc3-004408, beta1-20160606-02, 1.0.8-rc2-60606-01 respectively.
  Updating CoreSetup to rc3-004406
  Updating CoreFx, CoreSetup to rc3-24206-00, rc3-004404 respectively
  Updating CoreFx, CoreSetup to rc3-24204-00, rc3-004400 respectively
  Update CoreSetup to rc3-004397
  Updating CoreFx, CoreSetup, Roslyn to rc3-24201-00, rc3-004391, beta1-20160602-01
  Updating CoreSetup to rc3-004373
  Addressing code review comments and adding opensuse 13.2
  ...
2016-08-02 14:46:56 -07:00
Livar Cunha b6477578e4 Preparing the Microsoft.Extensions.DepdencyModel.Tests to be moved to core-setup. 2016-08-02 14:44:58 -07:00
Wes Haggard fc095ccc64 Update to stable versions
This updates dependencies to stable versions of corefx/coreclr until
we start publishing higher versions of them.

It update any dependencies on NETCore.App to stable 1.0.0.

Update test projects to pull 1.0.1-beta-* to match the patch version
bump we have done in this branch.
2016-06-15 18:13:57 -07:00
Bryan Thornbury bf1f2c27b7 PR Feedback and additional test validations 2016-06-10 09:39:52 -07:00
Bryan Thornbury 523bd77d3f Skip StandaloneTestApp Scenario https://github.com/dotnet/core-setup/issues/121 2016-06-10 09:39:42 -07:00
Bryan Thornbury 73ca939fc1 Add test output logging 2016-06-10 09:39:32 -07:00
Bryan Thornbury 9ce828aaf9 Add two Standalone tests + infra, Cleanup into TestUtils, netci.groovy read test xml, cleanup TestTargets 2016-06-10 09:39:23 -07:00
Bryan Thornbury f711be1d71 base test system, not working 2016-06-10 09:39:14 -07:00