# What's New in v21.1.8 ## Refactorings - Move File to Folder The "Move File to Folder" refactoring gets a port from CodeRush Classic. This refactoring moves a file to a folder matching the current namespace. If a corresponding folder does not exist in the solution, this refactoring will create one. Here's an example of this refactoring in action: ![](https://i.imgur.com/NJtwdqH.gif) ## Unit Test Runner The [Unit Test Runner](https://docs.devexpress.com/CodeRushForRoslyn/401723/configuration-options/unit-testing/test-runner#show-white-spaces-and-line-breaks-in-the-test-result) now displays expected and actual test run results with white space and line breaks in a tabular format for .NET Core projects. ![](https://i.imgur.com/ATR8mgp.png) ## Short Descriptions for WN Hint **New Refactoring** The "Move File to Folder" refactoring allows you to move files to folders that correspond to the current namespace. **Unit Test Runner** Expected and actual test run results now show white space and line breaks for .NET Core projects. ## Resolved Issues [T1030015](https://www.devexpress.com/issue=T1030015) - Code Declaration - The "Declare Local" provider doubles comments [T1028542](https://www.devexpress.com/issue=T1028542) - Code Declaration - The "Declare Property" provider fails to add a setter [T1030997](https://www.devexpress.com/issue=T1030997) - Code Places - The "Code Places" feature should not show items for anonymous functions inside a member of the TypeScript class [T1030561](https://www.devexpress.com/issue=T1030561) - Debug Visualizer - Multiline statements are highlighted incorrectly [T1029687](https://www.devexpress.com/issue=T1029687) - Declare Menu - The "Missing Members" declare provider incorrectly shows nested types in the menu [T1025812](https://www.devexpress.com/issue=T1025812) - Navigation - "Jump to Symbol" does not show all symbols when the filter is applied [T1029560](https://www.devexpress.com/issue=T1029560) - Navigation - "Tab to Next Reference" does not work in Visual Studio 2019 [T1029777](https://www.devexpress.com/issue=T1029777) - Organize Members - The Organize Members engine can't detect the event handler if its subscription is in an another file [T1029688](https://www.devexpress.com/issue=T1029688) - Refactorings - "Extract Interfaсe" sets incorrect visibility for a generated interface [T1034251](https://www.devexpress.com/issue=T1034251) - Refactorings - "Make Implicit" produces a compilation error for the Expression.Or and Expression.And methods [T1029279](https://www.devexpress.com/issue=T1029279) - Refactorings - "Promote to Generic Parameter" is not available in some scenarios [T1025703](https://www.devexpress.com/issue=T1025703) - Show Color - "Show Color" does not work in XAML for Xamarin projects [T1034247](https://www.devexpress.com/issue=T1034247) - Smart Constructor - Smart Constructor does not take into account initialized fields [T1026526 ](https://www.devexpress.com/issue=T1026526) - Test Runner - Found nodes are not expanded after the search is finished