1. 01 2月, 2019 1 次提交
  2. 25 1月, 2019 3 次提交
  3. 24 1月, 2019 3 次提交
  4. 23 1月, 2019 4 次提交
  5. 19 1月, 2019 6 次提交
  6. 18 1月, 2019 2 次提交
  7. 17 1月, 2019 1 次提交
  8. 15 1月, 2019 2 次提交
  9. 12 1月, 2019 1 次提交
    • S
      Fix remove parentheses bugs (#32284) · 00cbaf02
      Shen Chen 提交于
      * Add tests to catch bugs
      
      * Change analyzer to fix two bugs
      
      * Add test to make sure parentheses will be remove when conditional expression used as rhs, change the loop in ParenthesesExpressionExtension to break properly
      00cbaf02
  10. 11 1月, 2019 4 次提交
  11. 10 1月, 2019 3 次提交
  12. 09 1月, 2019 3 次提交
  13. 08 1月, 2019 3 次提交
  14. 05 1月, 2019 2 次提交
  15. 04 1月, 2019 2 次提交
    • D
      Prevent IDE0060 for serialization constructor · a4a56e62
      Drew Noakes 提交于
      Extract test from AbstractRemoveUnusedMembersDiagnosticAnalyzer for use
      in AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer via a new
      SerializationConstructorCheck utility struct.
      
      Fixes #32133
      a4a56e62
    • D
      Typos · 3c319289
      Drew Noakes 提交于
      3c319289