-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganizing active VB.NET document damages code #403
Comments
Thanks for reporting the issue. A few questions:
|
I tested it more and it happens with any number of attributes applied to class member. Attributes stay at bottom of source file and everything else is sorted as expected. |
Ok, thanks for confirming. That reminded me there is an existing issue #333 with some other notes. Lets close this one in favor of that. |
By referencing contribution in issue #333 you mean that you will not fix it? |
Please read the whole thread for context on why contribution was mentioned. As an open source project contributions are extremely encouraged to expedite specific requests. |
Environment
Description
Reorganizing VB.NET document where are properties with 2+ attributes (data annotations) damages code.
Steps to recreate
Create new VB.NET console application, add reference to System.ComponentModel.DataAnnotations and replace Module1.vb with code below. Then do CodeMaid/Reorganize Active Document.
Current behavior
Attributes are separated from their class member (property).
Expected behavior
Attributes must move with their class member.
The text was updated successfully, but these errors were encountered: