c# - How to get 'Missing XML comment' warnings only for public methods (not protected methods) -


i'd warning every public method without documentation. problem: don't want write documentation für protected methods...

using #pragma warning disable 1591 or 'suppress warnings: 1591' in project properties, can disable warnings both protected , public methods.

is there way warning public methods missing documentation?


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -