Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Xaoc
    2 years ago (27 Jan 2008 18:57)
  • Updated by Xaoc
    2 years ago (30 Jan 2008 11:29)
  • Jira: RSRP-56677
    (history, comments)

RSRP-56677

Reorder members should ignore types with 'StructLayout(LayoutKind.Sequential)' attribute

0
Excuse me if this is a reopening of an old issue, but I can't see it fixed in this build.

VS 2008, ReSharper version ReSharperSetup.3.1.Full.VS90 - 3.1.584.3

Summary says it all, but this can break everything. It should be:
Left, Top, Right, Bottom.
and instead we get:

[StructLayout(LayoutKind.Sequential)]
public struct RECT
{
public int Bottom;
public int Left;
public int Right;
public int Top;
}

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments