Reporter |
|
---|---|
Created | Sep 15, 2015 6:13:05 PM |
Updated | Apr 6, 2018 3:05:44 PM |
Subsystem | Refactorings |
Assignee | Alisa Afonina (alisa.afonina) |
Priority | Major |
State | Submitted |
Type | Bug |
Fix version | Backlog |
Affected versions | 2018.1, 9.2 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
When moving a method to another type, not only the method is added to the other type, but also the formatting of the contained C# file is changed. In my cases all occurences of the type UInt32 are replaced with uint, and all occures of string are replaced with String (like string.Equals(...) is replaced with String.Equals(...)).