CodeRush Ultimate 17.2.5

Released: Jan 24, 2018

17.2.5 での更新項目

不具合の修正

CodeRush for Roslyn

  • Navigation - Tab to Next Reference should work for C# local functions
  • Refactorings - The "Rename Namespace to Match Folder Structure" refactoring produces an incorrect namespace name
    • Static Code Analysis
    • CRR0026 shouldn't be shown for event handler parameters
    • The "Possible System.NullReferenceException" diagnostic does not take array-assignment into account
    • The "Possible System.NullReferenceException" diagnostic does not take into account Me-assignment
    • The "Possible System.NullReferenceException" diagnostics do not always take Null-Check into account
    • The "Possible System.NullReferenceException" diagnostics incorrectly highlight indexed properties in VB
  • Templates
    • The 'm.' template does not work if a project uses a language version different than C# 7.x
    • The 'xpcl' template should use the 'nameof' operator
  • Test Runner doesn't recognize MSTest DataTestMethod attribute decorated methods as tests