CodeRush Ultimate 23.1.4

Released: Aug 9, 2023

23.1.4 中的更新

特性

  • Refactorings
    • Inline Method and Inline Lambda refactorings now support additional scenarios, including inlining of local functions.
  • Navigation
    • References tool window results are now sorted, and the node representing where the user started searching is now pre-selected after a search, making it easier to understand the results and find related references.
  • Build Output Highlighting
    • Timestamps are now colorized.
  • Improved Microsoft Visual Studio 17.7 support.

修补程序

  • Settings on the Organize Members option page are not saved correctly.
  • Build Output Highlighting does not correctly color output messages generated by setup projects (msi).
  • Code CleanUp - An exception occurs on applying the 'Convert to string interpolation' rule.
  • Code Cleanup -> 'Remove redundant type cast' rule does not work for numeric constants.
  • Simplify Expression refactoring breaks code.
  • Inline Lambda refactoring breaks code.
  • Convert to Ternary Expression refactoring introduces changes in code behavior.