1. 21 11月, 2016 1 次提交
  2. 15 11月, 2016 1 次提交
  3. 13 11月, 2016 1 次提交
  4. 03 11月, 2016 1 次提交
  5. 31 10月, 2016 1 次提交
  6. 30 10月, 2016 2 次提交
  7. 21 10月, 2016 2 次提交
  8. 20 10月, 2016 2 次提交
  9. 10 10月, 2016 1 次提交
  10. 08 10月, 2016 1 次提交
  11. 04 10月, 2016 1 次提交
  12. 20 9月, 2016 1 次提交
  13. 30 8月, 2016 1 次提交
    • M
      Explicitly state that suppression state column in error list is only supported... · 4fe9116e
      Manish Vasani 提交于
      Explicitly state that suppression state column in error list is only supported for intellisense diagnostics (#13387)
      
      1. Suppression state column shows N/A for build diagnostics.
      2. A descriptive tooltip is now shown on error list entries with unsupported suppression state, guiding users to switch to intellisense diagnostics for suppression.
      
      Fixes #11371
      4fe9116e
  14. 24 8月, 2016 1 次提交
  15. 12 8月, 2016 1 次提交
  16. 10 8月, 2016 4 次提交
  17. 28 7月, 2016 1 次提交
  18. 27 7月, 2016 1 次提交
  19. 21 7月, 2016 2 次提交
  20. 20 7月, 2016 1 次提交
  21. 26 5月, 2016 1 次提交
  22. 24 5月, 2016 3 次提交
  23. 21 5月, 2016 1 次提交
  24. 28 4月, 2016 1 次提交
    • D
      Accessibility Improvements · 39815e1b
      David Poeschl 提交于
      Extract Interface (fixes #9958)
      - Read textbox labels
      - Read extractable members
      
      Generate Type (fixes #9959)
      - Read label text on dropdowns
      - Read combobox items
      
      Change Signature (fixes #9957)
      - Read parameter and button text
      
      Options pages (fixes #9962)
      - Read labels/checkboxes/radiobuttons
      39815e1b
  25. 08 3月, 2016 1 次提交
  26. 05 3月, 2016 1 次提交
  27. 04 3月, 2016 1 次提交
  28. 02 3月, 2016 1 次提交
  29. 01 3月, 2016 3 次提交
    • D
      Code Style: Analyzer/Fixer/Options for naming conventions · 8051eec3
      David Poeschl 提交于
      Implements #7064
      
      This change includes:
      
      - An analyzer and codefix for enforcing naming styles and fixing symbol names to comply with a chosen & configurable set of naming rules.
      - A set of Enforcement Levels that can be applied to different naming rules.
      - A mechanism for linking from a lightbulb preview to the option that caused the related diagnostic to be created (could be moved to a different PR or release)
      - Moving of the "Formatting" options pages under the Code Style node.
      8051eec3
    • H
      Jason believe checking missing metadata in place in FinalizeCompilation... · 91b310bc
      Heejae Chang 提交于
      Jason believe checking missing metadata in place in FinalizeCompilation shouldn't be that much perf impact and I asked tomas and he agree. so my implementation might have been just me paranoid about allocations and perf regression.
      
      removed tracking and just do simple check in FinalizeCompilation.
      91b310bc
    • B
      Localize strings. · 69e9c10b
      Balaji Krishnan 提交于
      69e9c10b