Hello, after executing CodeCleanUp is comment from Class1 removed. This is working Ok with classics namespaces.
This is code before CodeCleanUp
C#namespace CodeCleanupRemovesComment;
/// <summary>
/// This is a comment
/// </summary>
internal class Class1
{
}
After executing CodeCleanUp:
C#namespace CodeCleanupRemovesComment;
internal class Class1
{
}
Attached sample project and options.
Hi Carel,
Thank you for the provided project and settings. I reproduced the issue and we are working on it.