1. 28 9月, 2016 1 次提交
  2. 24 9月, 2016 2 次提交
  3. 23 9月, 2016 2 次提交
  4. 21 9月, 2016 4 次提交
  5. 20 9月, 2016 5 次提交
  6. 19 9月, 2016 10 次提交
  7. 16 9月, 2016 3 次提交
  8. 15 9月, 2016 4 次提交
  9. 14 9月, 2016 1 次提交
  10. 10 9月, 2016 3 次提交
  11. 09 9月, 2016 3 次提交
  12. 07 9月, 2016 1 次提交
    • D
      Only declare Hidden Descriptors for code style diagnostics · 8ce8fa3b
      David Poeschl 提交于
      Fixes #12714
      
      SimplifyTypeName, QualifyMemberAccess, and
      CSharpUse[Implicit/Explicit]TypeDiagnosticAnalyzer were declaring one
      DiagnosticDescriptor per DiagnosticSeverity level in SupportedDiagnostics.
      After this change, they only initially report a DiagnosticSeverity.Hidden
      descriptor, which prevents them from running on closed files.
      
      There are longer-term plans to allow these to run on closed files but
      under closer control of the user.
      8ce8fa3b
  13. 02 9月, 2016 1 次提交