Skip to content

v3.4.0

Choose a tag to compare

@camrein camrein released this 19 Nov 08:16
· 34 commits to master since this release
2e01b07
  • Improved Analyzer: PH_S019 - Now matches parameter types (only the first by default)
  • Improved Analyzer: PH_B004 - Now only respects the while-loop's condition
  • Improved Analyzer: PH_B009 - Now ignores readonly fields by default
  • Improved Analyzer: PH_S032 - Now supports exception type exclusions (ArgumentException and NotImplementedException by default)
  • Improved Analyzer: PH_P007 - Now excludes private members from base types
  • Improved Analyzer: PH_B008 - No longer reports ToImmutableDictionary and ToImmutableHashSet