1. 16 3月, 2018 2 次提交
  2. 08 3月, 2018 2 次提交
  3. 07 3月, 2018 1 次提交
    • T
      Remove NFW causing delays · d51b17f8
      Tom Meschter 提交于
      Remove a non-fatal Watson report that was triggering frequently and
      causing UI delays. We expected that all references to a project would be
      removed before the project itself was unloaded, and this report was
      added to help us diagnose the rare occasion when that did not occur. It
      turns out that it happens quite frequently: when a solution closes, when
      a project changes externally and needs to be reloaded, and when a
      project is deleted from the solution. We're getting a lot more of these
      events than expected, and worse, collecting the Watson data sometimes
      causes long pauses in the UI.
      
      We do not have a concrete plan for dealing with the underlying issue,
      but the data we've already collected from these reports demonstrates the
      scope of the problem and collecting more won't help at this point. Since
      the collection itself is causing problems, it's time to just remove it.
      d51b17f8
  4. 27 2月, 2018 2 次提交
  5. 21 2月, 2018 2 次提交
  6. 16 2月, 2018 2 次提交
  7. 15 2月, 2018 2 次提交
  8. 14 2月, 2018 2 次提交
  9. 13 2月, 2018 1 次提交
  10. 10 2月, 2018 5 次提交
  11. 09 2月, 2018 1 次提交
  12. 08 2月, 2018 1 次提交
    • J
      Notify the remote workspace of working folder paths in the background · 3f77c91b
      Jason Malinowski 提交于
      This pulls a .Wait() call off the UI thread in solution load scenarios,
      since it's not urgent that we notify the OOP process about the working
      folder path. We still ensure the unregister/register ordering is
      maintained by ordering the Tasks, and if we have to synchronously shut
      down the remote persistent storage, we will still wait. That is a rarer
      gesture (it happens on solution rename) and is something we can address
      if that's needed.
      3f77c91b
  13. 07 2月, 2018 12 次提交
  14. 06 2月, 2018 4 次提交
  15. 03 2月, 2018 1 次提交