Skip to content

Should not warn if exceptions are documented #85

@just-ero

Description

@just-ero

Currently, the below code will still produce a warning:

/// <exception cref="System.Exception" />
void M1() { }

/// <exception cref="System.Exception" />
void M2()
{
  M1(); // THROW001
}

It would be great if adding the documentation comment removes the warning.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions