As of 20-Jun-2022, DevExpress has made the entry-level CodeRush (CodeRush for Roslyn) a free product, for the paid commercial license see CodeRush Ultimate.
CodeRush for Roslyn 17.2.5
Released: Jan 24, 2018
17.2.5 中的更新
修补程序
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