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.
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.