1. 21 6月, 2018 2 次提交
  2. 20 6月, 2018 1 次提交
  3. 18 4月, 2018 6 次提交
  4. 17 4月, 2018 4 次提交
  5. 15 4月, 2018 1 次提交
  6. 14 4月, 2018 4 次提交
  7. 13 4月, 2018 4 次提交
  8. 12 4月, 2018 9 次提交
    • J
      Merge pull request #26110 from jaredpar/fix-deadcode · 94ef9a5c
      Jared Parsons 提交于
      Remove dead NuGet code
      94ef9a5c
    • H
      fixed flaky test. (#25949) · 99b937b0
      Heejae Chang 提交于
      * the flaky-ness came from the fact that solution crawler has multiple async event queue to delay processing work (such as semantic prapagation event queue).
      
      having multiple event queue is fine if test just wants to see all works queued have been processed since we can use waiter to wait for everything to finish.
      
      but it is problem if we want to see order of work that got processed since event queue such as semantic prapagation queue can change order of things processed due to cancellation. (work A is being processed and semantic propagation want to cancel work A and mark it as semantic changed and re-enqueue the work)
      
      so we want to wait for semantic event queue to finish processing but current big hammer approach of waiter (wait for everything in solution crawler to finish) doesn't let one to do some part of it to be waited.
      
      added ability to the waiter to wait for parts of work to be done.
      
      and now test waits for semantic event queue to finish before running analyzers.
      
      * addressed PR feedbacks
      
      * more PR feedbacks
      
      * PR feedback
      
      * PR feedbacks
      
      * removed unnecessary export provider
      99b937b0
    • T
      14d9500f
    • J
      Remove dead NuGet code · fbd314df
      Jared Parsons 提交于
      This is legacy localization code. Not needed anymore.
      fbd314df
    • V
      Fix build · df4a2f45
      vsadov 提交于
      df4a2f45
    • V
      PR feedback · 62414bff
      vsadov 提交于
      62414bff
    • T
      Merge pull request #26103 from tmeschter/UpdateXliffTasks-181104 · 0ea86890
      Tom Meschter 提交于
      Update XliffTasks
      0ea86890
    • T
      Update XliffTasks · 15d1de33
      Tom Meschter 提交于
      Update to the latest version of XliffTasks. Notably, this version
      attemps to insert new `trans-unit` elements into .xlf files in a sorted
      order rather than always putting them at the bottom. This should help
      reduce merge conflicts.
      15d1de33
    • B
      Merge pull request #26085 from dotnet/merges/dev15.7.x-to-master · 576f7fc1
      Brett V. Forsgren 提交于
      Merge dev15.7.x to master
      576f7fc1
  9. 11 4月, 2018 9 次提交