Skip to content

v2.0.0

Compare
Choose a tag to compare
@josefpihrt josefpihrt released this 14 Oct 19:06

New Features

Analyzers

  • Change default severity of RCS1141, RCS1142 and RCS1165 to 'Hidden'
  • Disable RCS1174 by default
  • Improve analyzer RCS1128 - x.GetValueOrDefault(y) can be replaced with x ?? y
  • Change code fix for RCS1194 - do not generate "serialization" constructor

Refactorings

Code Fixes

  • Add code fix for CS0119.