CodeRush Ultimate 릴리스

Released: Nov 16, 2017

17.2.3 버젼 업데이트

기능

  • Unit Test Runner
    • JavaScript Test Runner - You can now run and debug tests for client-side JavaScript code using the powerful CodeRush Test Runner.
    • Exclude from Coverage - You can now exclude specific projects from Code Coverage analysis using the *.runsettings file. For more details refer to Microsoft's article, Customizing Code Coverage Analysis.
    • Code Coverage Filtering - You can now create and apply Filters to the Code Coverage report.
    • .NET Core 2.0 Support - You can now use the CodeRush...

Released: Oct 17, 2017

17.1.9 버젼 업데이트

기능

  • 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...

Released: Sep 19, 2017

17.1.8 버젼 업데이트

기능

  • .NET Core 2.0 Support
    • You can now use the CodeRush for Roslyn Unit Test Runner to run .NET Core 2.0 tests and calculate Code Coverage in Portable PDB debug-symbols-format projects.
    • Unit Test Runner is now even faster when running .NET Core test cases.
  • Code Formatting
    • Added a new code formatting feature that enables you to specify spacing options in your code.
    • CodeRush for Roslyn Spacing options allow you to add or omit spaces around virtually every part of code. It is more flexible than the...

Released: Aug 21, 2017

17.1.7 버젼 업데이트

기능

CodeRush for Roslyn

Code Coverage

  • You can now exclude specific projects from Code Coverage analysis using the *.runsettings file. For details refer to Microsoft's article, Customizing Code Coverage Analysis.
  • You can now create and apply Filters to the Code Coverage report. For example, you can create a filter that only shows members with less than 70% coverage.

Code Analysis - Unused Members

  • Added a new analyzer that detects unused members.
  • You can also configure the highlighting of such...

Released: Jun 27, 2017

17.1.5 버젼 업데이트

기능

CodeRush for Roslyn

  • Refactorings and Code Providers - Added new XPO Fields feature based on the XPO EasyFields community plugin for CodeRush Classic. It is helpful for those who work with eXpress Persistent Objects as it enables you to automatically generate and update the XPO FieldsClass based on the existing class members.
  • Code Generation - The Declare Menu is now accessible from Visual Studio's Light Bulb action menu. New configuration options for members generated by the following...

Released: May 25, 2017

17.1.4 버젼 업데이트

기능

CodeRush for Roslyn

Navigation

  • Drop Marker is enhanced, gaining the ability to mark and restore selections (in addition to caret positions). Useful when you have the selection you want but then realize you need to do something else first before you modify/cut/copy/delete the selection. Just drop a marker, move the caret to wherever you want to be, and when you’re ready press Escape to restore the selection. Also useful for presenters who want to need do quickly highlight code.
  • Jump to File...

Released: Feb 28, 2017

16.2.6 버젼 업데이트

기능

CodeRush for Roslyn

  • Support for Visual Studio 2017.

수정사항

CodeRush for Roslyn

  • General - Performance issues when typing in large unit tests files.
  • Refactorings - The "Reorder Parameters" refactoring adds strange code on being applied.
  • Refactorings - In a .NET Standard Library project the "Rename Namespace to Match Folder Structure" refactoring suggests incorrect namespaces.
  • Test Runner does not hit any breakpoints while debugging .net core tests on Visual Studio 2017 RC4 (15.0.0-RC...

Released: Jan 18, 2017

16.2.4 버젼 업데이트

수정사항

CodeRush for Roslyn

  • Test Runner fails to run tests when running a specific parametrized test through the test runner window's context menu.
  • "Jump To Symbol" doesn't show any targets if not all members are selected in the filter options.
  • "Tab to Next Reference" in XAML code behind causes VS2015 crash.
  • A tooltip for the type contains a wrong instruction after expanding the "p" template.
  • All shortcut options are missing if the Japan input language is active.
  • Automatic property expansion not...

Released: Nov 1, 2016

16.1.8 버젼 업데이트

기능

  • Smart Duplicate Line - Smart Duplicate Line duplicates the active line, and inserts Text Fields into the duplication to make modification easier. The feature learns your preferences as you use it, so it gets smarter (and saves you more work) over time.
  • XAML Features
    • XAML code formatting.
    • Import All Types (declares all necessary namespace references needed by the XAML file).
  • Refactorings, Code Providers, and Code Formatters
    • Break Apart or Line Up both Parameters and Arguments - Either...

Released: Sep 7, 2016

16.1.6 버젼 업데이트

수정사항

  • The "Default value may be assigned" code issue triggers on some XAML elements
  • How to choose the existing target TestClass in UnitTestBuilder
  • Decompiler - Empty body is shown incorrectly for some methods that contain a try/catch section
  • The "Add parentheses if a method from IntelliSense is selected" option is not working with Visual Studio 2015
  • CodeRush painting incorrectly works under high-dpi environment