1. 30 7月, 2019 1 次提交
  2. 15 6月, 2019 1 次提交
  3. 24 5月, 2019 1 次提交
  4. 23 5月, 2019 1 次提交
  5. 08 5月, 2019 1 次提交
  6. 10 12月, 2018 1 次提交
  7. 23 8月, 2017 1 次提交
  8. 17 6月, 2017 1 次提交
  9. 23 11月, 2016 1 次提交
    • C
      Make BatchFix code action application deterministic. · 03a77d75
      CyrusNajmabadi 提交于
      Introduce a new, deterministic BatchFix application algorithm. The new algorithm works in the following manner:
      
      When producing code-actions, we keep track of both the code-action and the diagnostic that was used to create it. When we later go and 'apply' the code actions in a single document, we'll process them in diagnostic-location order. Is is as if we took each diagnostic of a document in order, produced the CodeAction for that diagnostic, and then applied that CodeAction.
      
      I also took this opportunity to clean up and parallelize much of this code. We now compute code actions in parallel, and we process all documents in parallel when applying changes. Once all application is done, we can then take all the final results and apply them to the solution.
      03a77d75
  10. 24 9月, 2016 1 次提交
  11. 22 4月, 2016 1 次提交
  12. 21 4月, 2016 1 次提交
  13. 16 10月, 2015 1 次提交
  14. 02 10月, 2015 1 次提交
  15. 29 9月, 2015 1 次提交
    • M
      Add support for adding/removing suppressions for diagnostics with no source... · e7788159
      Manish Vasani 提交于
      Add support for adding/removing suppressions for diagnostics with no source location. Additionally,  when the diagnostics being suppressed or unsuppressed are across different languages, instead of showing a preview changes dialog per-language, we now show a single preview changes dialog for the entire changed solution.
      e7788159
  16. 24 9月, 2015 2 次提交