Skip to content

Releases: menees/Analyzers

3.2.2

05 Jun 23:06
Compare
Choose a tag to compare

3.2.1

3.2.0

27 May 16:21
Compare
Choose a tag to compare
  • Added MEN018 rule and code fixer to use digit separators in numeric literals.

3.1.1

11 Apr 01:41
Compare
Choose a tag to compare

3.1.0

29 Mar 01:18
Compare
Choose a tag to compare
  • 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.

3.0.13

27 Mar 18:54
Compare
Choose a tag to compare

3.0.12

14 Jan 22:52
Compare
Choose a tag to compare

3.0.11

30 May 01:44
Compare
Choose a tag to compare
  • Added MEN016: "Avoid Top-Level Statements" rule. (commit)

3.0.10

19 Aug 16:03
Compare
Choose a tag to compare
  • Support long URLs in <see href="..."> and <seealso href="..."> XML comment tags. (#9) (5a75373)

3.0.9

06 Aug 15:28
Compare
Choose a tag to compare
  • Support AllowLongFourSlashCommentLines for #8.
  • Support AllowLongUriLines in the XML schema (missed in 28e705a).