[572] Bad Type Reordering
Pragma lines get lost when reordering on fields with the following. I cannot consistently reproduce this, but typically the pragma disable will be removed or the pragmas will not span the lines they used to span. Has anyone else seen this?
Cheers
Sean
<!fields>
]]>
#pragma warning disable FieldCouldBeMadeReadOnly
#region Fields
private bool _active = true;
private string _domainName = null;
#endregion
#pragma warning restore FieldCouldBeMadeReadOnly
Please sign in to leave a comment.
Hello,
We appreciate your feedback.
The corresponding JIRA request has been created, and you are welcome to monitor
its status at http://www.jetbrains.net/jira/browse/RSRP-57152.
Best regards,
- Development Team.