1. 27 11月, 2016 1 次提交
  2. 24 11月, 2016 3 次提交
  3. 23 11月, 2016 3 次提交
    • H
      check command line mode before starting solution crawler and remote host. · 003bbae7
      Heejae Chang 提交于
      I didn't make whole language service to not start since I wasn't sure end result of
      such big change. that probably should be done by IDE team.
      003bbae7
    • M
      Address PR feedback and move the project filtering up the callstack into... · 38310376
      Manish Vasani 提交于
      Address PR feedback and move the project filtering up the callstack into StartPushingToWorkspaceAndNotifyOfOpenDocuments_Foreground.
      38310376
    • J
      Remove the depedency projects · 5da46238
      Jared Parsons 提交于
      The dependency projects were added as a way to help unify our project.json references.  Instead of every project referencing the NuGet package, we had a dependency project which referenced it and everyone referenced that dependency project.  Due to the transitive nature of NuGet it would be roughly equivalent.
      
      This system had a number of downsides:
      
      1. There was no enforcement.  Even though dependency projects existed, there was no mechanism to force developers to use them.
      2. Getting the granularity correct was tricky.
      3. The projects themselves have special props / targets to get them to produce no output.  This can trip up MSBuild up to date checks.
      
      Since then though we've begun using RepoUtil to verify our NuGet reference correctness.  This removed the need for these projects and hence I'm removing them from our build.
      5da46238
  4. 22 11月, 2016 3 次提交
  5. 21 11月, 2016 5 次提交
  6. 20 11月, 2016 4 次提交
  7. 19 11月, 2016 3 次提交
  8. 18 11月, 2016 8 次提交
  9. 17 11月, 2016 2 次提交
  10. 16 11月, 2016 2 次提交
  11. 15 11月, 2016 4 次提交
  12. 13 11月, 2016 2 次提交