1. 05 1月, 2017 1 次提交
  2. 04 11月, 2016 1 次提交
  3. 21 10月, 2016 1 次提交
  4. 19 10月, 2016 1 次提交
  5. 06 10月, 2016 1 次提交
  6. 13 8月, 2016 1 次提交
  7. 04 8月, 2016 1 次提交
  8. 29 7月, 2016 2 次提交
  9. 10 6月, 2016 1 次提交
  10. 12 10月, 2015 1 次提交
    • S
      Reorganize src\Common\tests · ba9fea44
      stephentoub 提交于
      Our common tests folder has gotten a bit unwieldy in its organization.  This change simply moves files around to better map to how src\Common\src is organized.  Files are now stored in a path based on functionality/namespace.
      
      I mostly kept groups of functionality together and did not attempt to reorganize at that level, e.g. I moved the src\Common\tests\System.Xml.XPath\ folder to be src\Common\tests\System\Xml\XPath\ and did not further reorganize all of the folders/files it contains.  Such cleanup can be done separately on each individual area.
      
      Some of the files also need to be cleaned up internally, e.g. the namespace (or lack thereof), so I put such things in a path that I thought made sense even if it differs from the current namespace in the file; I wanted this change to be relatively simple and just be about moving files around to clean up the main hierarchy.
      
      
      Commit migrated from https://github.com/dotnet/corefx/commit/9a5546c439f7700d3462564678aa4206c7fbf4f1
      ba9fea44
  11. 16 5月, 2015 1 次提交
  12. 08 5月, 2015 1 次提交
  13. 06 5月, 2015 1 次提交
    • E
      Convert all remaining package dependencies to project.json · 5db3ae33
      Eric StJohn 提交于
      DNX and BuildTools now support all of the nuget v2 conventions that we depend on so we can
      move all remaining nuget v2 packages to the project.json file and eliminate packages.config.
      
      This change also adds "frameworks" to the project.json so that dnu restore can calculate
      applicable assets.  I am not yet using "runtimes" in the project.json since we are still resolving
      our runtime assets manually (eg: build tools copies known files from packages).  A future
      change will move us to using our runtime packages and add runtimes sections to projects
      as appropriate.
      
      
      Commit migrated from https://github.com/dotnet/corefx/commit/eb35a304c7e89e8b4335ed13c5d23706360d49a4
      5db3ae33
  14. 22 4月, 2015 1 次提交
  15. 16 4月, 2015 1 次提交
  16. 27 3月, 2015 2 次提交
  17. 07 3月, 2015 1 次提交
  18. 11 2月, 2015 3 次提交