1. 13 5月, 2020 1 次提交
  2. 16 4月, 2020 1 次提交
  3. 14 4月, 2020 1 次提交
  4. 04 4月, 2020 1 次提交
  5. 31 3月, 2020 1 次提交
    • M
      Add new API `public T GetOption<T>(OptionKey optionKey)` to OptionSet for... · ea7e5e7b
      Manish Vasani 提交于
      Add new API `public T GetOption<T>(OptionKey optionKey)` to OptionSet for scenarios where caller wants a typed option value. Using `(T)GetOption(optionKey)` still works for public CodeStyleOption type, but is fragile approach that relied on internal implementation details. It should be discouraged in favor of `GetOption<T>(optionKey)`.
      ea7e5e7b
  6. 30 3月, 2020 1 次提交
  7. 29 3月, 2020 1 次提交
  8. 21 3月, 2020 1 次提交
  9. 19 3月, 2020 1 次提交
  10. 18 3月, 2020 3 次提交
  11. 11 3月, 2020 1 次提交
  12. 05 3月, 2020 1 次提交
  13. 04 3月, 2020 1 次提交
  14. 21 2月, 2020 1 次提交
  15. 14 2月, 2020 2 次提交
  16. 08 2月, 2020 1 次提交
  17. 29 1月, 2020 1 次提交
    • T
      DiagnosticAnalyzerInfoCache refactorings (#40287) · 4b19656b
      Tomáš Matoušek 提交于
      * Move "is telemetry allowed" flag to DiagnosticAnalyzerInfoCache
      
      * Clean up DiagnosticService
      
      * Fixes
      
      * Remove analyzer exception telemetry reporting.
      
      * Remove reporting analyzer exceptions from SupportedDiagnostics.
      
      The diagnostics will be reported when the compiler runs the analyzer on the compilation.
      
      * Remove unused parameter
      
      * Clean up analyzer telemetry reporting.
      
      * Test fixes
      
      * Feedback
      4b19656b
  18. 23 1月, 2020 1 次提交
  19. 14 1月, 2020 1 次提交
  20. 19 12月, 2019 1 次提交
  21. 18 12月, 2019 1 次提交
  22. 12 12月, 2019 1 次提交
  23. 11 12月, 2019 1 次提交
  24. 06 12月, 2019 2 次提交
  25. 04 12月, 2019 1 次提交
  26. 27 11月, 2019 1 次提交
  27. 13 11月, 2019 1 次提交
  28. 12 11月, 2019 1 次提交
  29. 01 11月, 2019 1 次提交
  30. 04 10月, 2019 1 次提交
  31. 26 9月, 2019 1 次提交
  32. 13 9月, 2019 2 次提交
  33. 23 8月, 2019 1 次提交
    • M
      Do not report an NFW for analyzer exception diagnostic in IDE · 234015bd
      Manish Vasani 提交于
      This seems to cause a noticable UI delay while the NFW gets reported. We already report the AD0001 diagnostic with exception callstack and the analysis context on which exception occurred, so user has enough information to file an actionable bug.
      Fixes #38180
      234015bd
  34. 29 6月, 2019 2 次提交