Skip to content

MSTest0008 fixer seems to be suggesting to remove the comments #6697

@drognanar

Description

@drognanar

Let's take the following example. The code fixer suggests to remove the comments as well.

[TestInitialize]
public void TestSetup(TestContext tc)
{
    SomeCode();

    // Some comments;
}
Image

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions