1. 11 7月, 2017 1 次提交
    • J
      Remove use of ProjectGuid · 9a572f10
      Jared Parsons 提交于
      In the new SDK we no longer have a need for ProjectGuid. This change
      will:
      
      - Remove ProjectGuid from project files
      - Remove Name + Project items from ProjectReference entries
      - Change BuildBoss to enforce both of these items
      9a572f10
  2. 04 7月, 2017 2 次提交
  3. 03 7月, 2017 1 次提交
  4. 01 7月, 2017 1 次提交
  5. 31 5月, 2017 1 次提交
  6. 01 5月, 2017 1 次提交
  7. 31 3月, 2017 2 次提交
  8. 31 12月, 2016 3 次提交
  9. 29 12月, 2016 2 次提交
  10. 28 12月, 2016 4 次提交
    • J
      fixing suites · 4332186d
      Jared Parsons 提交于
      4332186d
    • J
      Re-arranging portable TestUtilities part 2 · 1ce0fd18
      Jared Parsons 提交于
      The Compilers.sln solution is compiling again and tests which don't
      require AppDomain support are running again.  There is a bit of work
      that is needed for AppDomains that I want to separate out.  In
      particular the separation to portable means we have to redo some of the
      serialization code.
      1ce0fd18
    • J
      Re-arranging portable TestUtilities part 1 · 9fbed0b6
      Jared Parsons 提交于
      The TestUtilities project should be our portable unit test helper.  This is part one of rearranging our sources to reflect that reality.  I'm separating it out because it involves a significant code move that
      will make the actual rework part harder to review.
      9fbed0b6
    • J
      Create TestUtilities.CoreClr project · 6167bb2d
      Jared Parsons 提交于
      This is the project which will hold the CoreClr capabilities for our test infrastructure.  In particular it will hold the code for using AssemblyLoadContext to manage our isolated test boundaries.
      6167bb2d