메서드, 생성자, 연산자 및 속성에 식 본문의 새로운 Code Style 옵션을 추가합니다.
6월 8, 2020
신규 버전
기능
Unit Testing - In this release the CodeRush Test Runner gains the ability to show and run tests for all target frameworks in multi-framework projects. You can run tests for all target frameworks or for only tests in a selected framework.
Code Formatting - CodeRush lets you configure line breaks around and within simple statements (statements that consist of a single line of code that ends in a semicolon, for example, method calls, return statements, throw statements, etc.) and empty code blocks.
Code Style - This release adds new Code Style options for expression bodies in methods, constructors, operators, properties, and other members. These code style settings are used by Declaration Providers, Declare Menu, Templates, and other features that generate new members from scratch. You can also use the "Apply expression body styles" code cleanup rule to apply this new code style.
ExecuteRefactoring Command - The new ExecuteRefactoring command allows you to quickly run a specified refactoring without the UI overhead of invoking the Code Actions menu.