CodeRush 20.1.8

Released: Sep 29, 2020

20.1.8 での更新項目

機能

Blazor Support

  • Extract Razor Component - This release introduces the "Extract Razor Component" code provider. This code provider allows you to extract selected HTML markup into a new Razor component file (Component.razor). You can then reuse and share the Razor component in all your projects. This code provider also adds new Blazor usings to the _Imports.razor file.

XAML Support

  • Element Spacing Formatting Options - This release supports Microsoft Visual Studio's Element Spacing formatting options. These settings allow you to control the arrangement of elements and text lines in your XAML document.

Unit Test Runner

  • Filtering Enhancements - The Test Runner now maintains grouping in the tests tree when filtering.

不具合の修正

  • Fixed an issue with Code Cleanup - Some lines are moved to the right by one indent when Code Cleanup is executed.
  • Fixed an issue with Test Runner - Categories are wrongly recognized for MSTest .Net Core tests.