Skip to content

Add NoSingleSpaceAfterTripleSlash and NoDocumentation analyzers.

Compare
Choose a tag to compare
@maroontress-tomohisa maroontress-tomohisa released this 15 May 13:45
d491ce2

Requirements to run

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

Requirements to build

  • Visual Studio 2019 (16.0)

New

  • Add NoSingleSpaceAfterTripleSlash analyzer and code fix provider. See the description for details.
  • Add NoDocumentation analyzer. See the description for details.

Changed

  • Fix ByteOrderMark analyzer to ignore I/O errors.

Fixed

  • Fix DiscardingReturnValue analyzer and IneffectiveReadByte code fix provider to be built on the Linux platform.
  • Fix EmptyArrayCreation, EqualsNull and IsNull analyzers to be in the Refactoring category.