코드 요소 주변 및 요소 내에서 빈 라인의 수(number of blank lines)를 구성합니다.
10월 17, 2017
신규 버전
기능
Code Formatting - Code Formatting has been extended with new abilities to configure Line Breaks (Beta). Two new options pages were added:
Blank Lines - enables you to configure the number of blank lines around and within the following code elements: Namespaces, Types, Methods, Properties and Fields.
Braces - enables you to configure the line breaks around and within the following code blocks: Namespaces, Types, Methods, Properties, Accessors, Lambda Expressions and Anonymous Methods and Statements.
New Features for XAML - Normalize whitespace inside XML comments.
Unit Testing - CodeRush Test Runner now supports Microsoft Fakes isolation framework. It helps you mock the code you are testing by replacing parts of your application with the small pieces of code under the control of your tests.
Code Coverage Filtering - You can now filter the report, not only by name and percentage, but also by node kind.
Code Analysis - Improved Highlight unused members feature so that member de-emphasis is disabled when the caret is inside the member.
수정사항
Code Analysis
CodeRush incorrectly marks event handlers as unused members in XAML code-behind files.