Skip to content

Add StrayText and StinkyBooleanExpression analyzers.

Compare
Choose a tag to compare
@maroontress-tomohisa maroontress-tomohisa released this 16 Jun 11:20
cb04f0a

Requirements to run

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

Requirements to build

  • Visual Studio 2019 (16.5)

New

Fixed

  • NoSingleSpaceAfterTripleSlash:
    • Allow a tab character in addition to a space character after '///'.
    • Ignore the top-level text in the Documentation Comments, which is not inside any XML tag.
  • TypeClassParameter:
    • Fix the analyzer to emit diagnostics to the private methods with the editor of Visual Studio 2019.
    • Fix the code fix provider to rename the method that has the same method signature as the modified method.

Changed

  • Fix NoSingleSpaceAfterTripleSlash analyzer to emit the diagnostics whose location is just after '///'.