Skip to content

Releases: maroontress/StyleChecker

Initial release.

18 Aug 22:57
Compare
Choose a tag to compare

Requirements to run

  • Visual Studio 2017 or .NET Core 2.1

Requirements to build

  • Visual Studio 2017

New

  • Add the LongLine analyzer. It points out the line equal or over 80 columns. Note that it ignores multi-line comments and XML documentation comments.
  • Add the Underscore analyzer (with code fix provider). It points out an underscore character included in the identifier of local variables.