Skip to content

Fix some bugs.

Compare
Choose a tag to compare
@maroontress-tomohisa maroontress-tomohisa released this 28 Mar 04:38
655d70e

Requirements to run

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

Requirements to build

  • Visual Studio 2019 (16.5)

Fixed

  • Fix
    DiscardingReturnValue, EmptyArrayCreation, EqualsNull, IneffectiveReadByte, RedundantTypedArrayCreation, TypeClassParameter, and UnnecessaryUsing analyzers possibly throwing an NRE.
  • RedundantTypedArrayCreation:
    • Fix typo in the diagnostic messages.
    • Fix the CodeFix provider to correct nested arrays.
    • Improve diagnostic messages.
  • StaticGenericClass:
    • Fix the CodeFix provider to rename the type name to the unique name when the other type that has the same name already exists.
  • Underscore:
    • Fix typo in the diagnostic messages.
    • Improve diagnostic messages, especially just for the underscore that is not a discard.