Skip to content

3.1.0

Compare
Choose a tag to compare
@menees menees released this 29 Mar 01:18
· 22 commits to master since this release
  • Added rule MEN017: Remove Unused Private Setter. A private set accessor is not needed when an auto property is only assigned in the constructor. This rule was inspired by C# Essentials' Use Getter-Only Auto-Property, which was abandoned in 2015. All the rest of that library's rules are now implemented in Visual Studio or by .NET, but I missed this one enough to re-implement it.