1. 30 11月, 2018 1 次提交
    • J
      Switch calls to GetProjectState if we don't need the snapshot · 5b58a995
      Jason Malinowski 提交于
      These methods are called any time we add a new project and we have a
      new output path; this was causing us to realize a Project object for
      every project in the solution, which was O(n^2) during solution load.
      This was adding a few hundred milliseconds of overhead in the immutable
      data structure, which in this particular case we don't need.
      
      Fixes dotnet/roslyn#31306.
      5b58a995
  2. 28 11月, 2018 6 次提交
  3. 27 11月, 2018 19 次提交
  4. 23 11月, 2018 10 次提交
  5. 22 11月, 2018 4 次提交