Skip to content

XML comment warnings #86

@konrad-gora

Description

@konrad-gora
6>GenerateAutomaticInterface.Attribute.g.cs(9,22): Warning CS1572 : XML comment has a param tag for 'namespaceName', but there is no parameter by that name
6>GenerateAutomaticInterface.Attribute.g.cs(10,22): Warning CS1572 : XML comment has a param tag for 'interfaceName', but there is no parameter by that name

I'm getting these warnings when I have added this library.
I verified that Rider displays both attribute summaries from the class level and the constructor level simultaneously. (I don't know how it works for Visual Studio)
IMO parameters description should be moved to the ctor.

I'm surprised that I'm getting warnings for code that is marked as auto-generated. I was trying to disable it via .editorconfig, but all my attempts failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions