CodeRush 20.2.3

Released: Oct 27, 2020

Updates in 20.2.3

Funktionen

Blazor Support

  • Refactorings - Declare Event Handler
    • This release introduces the "Declare Event Handler (Razor code block)" and "Declare Event Handler (Razor code behind)" refactorings. These refactorings generate an event handler in the @code block of a .razor file and in a Razor code-behind file (razor.cs) for the selected method reference.

Organize Members Enhancements

  • You can now create rules to group members by:
    • Member type name (property/field type, method return type, etc.).
    • Member name.
  • You can use Contains, StartsWith, and Equals string operations and RegEx expressions to group members.
  • Organize Members also allows you to sort members by their type name.

Navigation

  • Jump to Window
    • The Jump to window now clearly indicates entries found in the active file/type.

Fehlerkorrekturen

  • T934252 - Code Providers - The "Add to Interface" provider processes the "default" value of a parameter as the "null" value