Reporter | Dmitriy Kostikov (rumatavz) |
---|---|
Created | Feb 8, 2012 12:23:24 PM |
Updated | Feb 8, 2012 12:40:12 PM |
Priority | Normal |
Type | Usability Problem |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | Code Cleanup |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
I added following patter:
<Pattern>
<Match>
<And Weight="100">
<HasAttribute CLRName="System.Runtime.InteropServices.StructLayoutAttribute"/>
</And>
</Match>
</Pattern>
Some later I've realized that resharper has stopped reordering members. I've uninstalled 6.1 and installed 6.0.
And when I tried to add that patter I saw a message that patter is incorrect.
But with resharper 6.1 I have no way to understand why members reordering stop working.
<Pattern>
<Match>
<And Weight="100">
<HasAttribute CLRName="System.Runtime.InteropServices.StructLayoutAttribute"/>
</And>
</Match>
</Pattern>
Some later I've realized that resharper has stopped reordering members. I've uninstalled 6.1 and installed 6.0.
And when I tried to add that patter I saw a message that patter is incorrect.
But with resharper 6.1 I have no way to understand why members reordering stop working.