You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

stylecop.json 472 B

4 years ago
1234567891011121314
  1. {
  2. "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
  3. "settings": {
  4. "documentationRules": {
  5. "documentExposedElements": true,
  6. "documentInternalElements": false,
  7. "documentPrivateElements": false,
  8. "documentInterfaces": true,
  9. "documentPrivateFields": true,
  10. "xmlHeader": false,
  11. "documentationCulture": "en-US"
  12. }
  13. }
  14. }

No Description