Skip to content

Add ByteOrderMark analyzer and fix bugs.

Compare
Choose a tag to compare
@maroontress-tomohisa maroontress-tomohisa released this 07 Apr 10:15
a2bd164

Requirements to run

  • Visual Studio 2017 (15.9) or .NET Core 2.1 (2.1.500)

Requirements to build

  • Visual Studio 2017 (15.9)

New

Changed

  • Remove StyleChecker.Annotations and Maroontress.Oxbind from the source tree. Instead, integrate them with NuGet.

Fixed

  • Fix EqualsNull CodeFix provider to show the correct title message.
  • Fix SingleTypeParameter analyzer to count a verbatim symbol.
  • Fix UnusedVariable analyzer to count local function's parameters.
  • Fix UnusedVariable analyzer to count parameters of the constructors and methods of structs.