StyleCop throws documentation warning SA1600 for private elements

if you see the following warnings in your code: You have two choices: deactivate the rule but this disables this rule for all documentations – also the wante...

if you see the following warnings in your code:

Screenshot for StyleCop throws documentation warning SA1600 for private elements

You have two choices:

  • deactivate the rule but this disables this rule for all documentations – also the wanted
  • tune the detail settings In the settings editor you see additional options if you select the “Documentation Rules” root node

Screenshot for StyleCop throws documentation warning SA1600 for private elements

Normally i want to ignore the warnings for missing private and internal documentations and also for documentation of fields.