Closed s-burtonshaw closed 7 years ago
When the "Add Missing Attributes" option is enabled and run against a VB file, the missing attributes are added incorrectly using the c# format e.g., "[assembly: ComVisible(False)]" rather than "<Assembly: ComVisible(False)>"
Thank you for pointing this out!
I will have a look at this asap.
Published a fix for this in version 2.0.26.
Please try it out and let me know how it works for you.
Seems to work. Thanks.
When the "Add Missing Attributes" option is enabled and run against a VB file, the missing attributes are added incorrectly using the c# format e.g., "[assembly: ComVisible(False)]" rather than "<Assembly: ComVisible(False)>"