Is there a way to only have StyleCop documenation requirements SA1600 on public methods/properties?
- by AlSki
I've been using XMLDoc for a few years now, and have definitely grown into the mindset for supplying quality documentation for public methods and properties.
However under StyleCop (and particularly its Resharper highlighting) I've noticed that the documentation requirements apply to identically to public, internal, protected and private methods.…