Our team has some code guidelines that I would like to enforce via stylecop rules. For most of the things a Settings.Stylecop file is used. However, I would like to enforce documentation for private methods and I can not find the way to do this in the Settings file. If I right-click on a project and select "stylecop settings", I can uncheck "Ignore privates" under "Documentation Rules" and that would achieve my goal, but I can not figure out how to enforce this rule solution-wise and most importantly, this setting is not saved to Settings.Stylecop file.
So, the two questions are:
- How to enforce documentation for private methods on a solution basis so that it could be shared with the team?
- Where the project-wise settings (ones that override the settings file) are stored?
Thanks!