[DevExpress Support Team: CLONED FROM T708969: Code Cleanup - 'Remove all comments' rule should skip task-based comments]
If you have NOTE as a custom token and this code:
'#NOTE This file is auto-generated; do not modify it directly. To make changes,
'NOTE or if you encounter build errors in this file, go to the Project Designer
'NOTE (go to Project Properties or double-click the My Project node in
'NOTE Solution Explorer), and make changes on the Application tab.
Public Sub New()
InitializeComponent()
End Sub
after cleanup you get one line with all notes and at the end of this line you find the Public Sub New()
Franz
Hi Franz,
Thank you for providing the code sample. I have reproduced this issue combining comments to a single line on applying Code Cleanup. We are working on it and will inform you of our progress.