1. 27 2月, 2017 1 次提交
  2. 25 2月, 2017 4 次提交
  3. 24 2月, 2017 4 次提交
  4. 23 2月, 2017 2 次提交
  5. 21 2月, 2017 4 次提交
  6. 10 2月, 2017 2 次提交
  7. 08 2月, 2017 2 次提交
  8. 05 2月, 2017 1 次提交
  9. 03 2月, 2017 2 次提交
  10. 02 2月, 2017 2 次提交
    • C
      Update test files. · 62ba011c
      CyrusNajmabadi 提交于
      62ba011c
    • J
      Remove TestUtilities.FX45 · 6d95933c
      Jared Parsons 提交于
      This project is no longer necessary.  It used to help us get TDD working fine in Visual Studio.  That's no lonegr needed with the recent build cleanup.  TDD still functions with this project removed.
      6d95933c
  11. 01 2月, 2017 1 次提交
  12. 31 1月, 2017 1 次提交
  13. 25 1月, 2017 1 次提交
  14. 24 1月, 2017 1 次提交
    • J
      Run Apply Changes on UI Thread (#16609) · c480901a
      Jonathon Marolf 提交于
      Calling Wait() on a task means it will block the current thread until
          the underlying task is complete, however that task may still run on a
          background thread.  We are seeing an error where the async method is
          being scheduled to a background thread when we try and commit an edit to
          the buffer.  Edits to the buffer can only be made from the UI thread so
          exceptions are thrown.
      
          The simplest fix here is to not make the method async at all.
      c480901a
  15. 20 1月, 2017 1 次提交
  16. 17 1月, 2017 4 次提交
  17. 13 1月, 2017 1 次提交
  18. 11 1月, 2017 1 次提交
  19. 10 1月, 2017 5 次提交