CodeRush 19.1

Released: May 16, 2019

19.1 での更新項目

機能

Refactorings and Code Providers

  • Name Anonymous Type - Name Anonymous Type replaces anonymous types with a new named type declaration.
  • Sync Namespace With Folder Structure - Sync Namespace with Folder Structure quickly renames all namespaces within a project so they match the project’s folder structure.

Code Analysis Enhancements

  • Added the following code analysis diagnostics:
    • Unused Type
    • Unused Parameter

These diagnostics identify types and parameters that are never used in your solution (and can be deleted).

ASP.NET MVC Support

  • Now, the Jump to Declaration navigation provider supports ASP.NET MVC partial views. You can navigate from a partial view’s reference to the declaration with a single keystroke (F12).

Miscellaneous Enhancements

  • Added the capability to navigate to named XAML elements from anywhere inside your XAML file.