Settings.StyleCop 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <StyleCopSettings Version="4.3">
  2. <Analyzers>
  3. <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.DocumentationRules">
  4. <Rules>
  5. <Rule Name="PropertyDocumentationMustHaveValue">
  6. <RuleSettings>
  7. <BooleanProperty Name="Enabled">True</BooleanProperty>
  8. </RuleSettings>
  9. </Rule>
  10. <Rule Name="PropertyDocumentationMustHaveValueText">
  11. <RuleSettings>
  12. <BooleanProperty Name="Enabled">True</BooleanProperty>
  13. </RuleSettings>
  14. </Rule>
  15. <Rule Name="DocumentationTextMustBeginWithACapitalLetter">
  16. <RuleSettings>
  17. <BooleanProperty Name="Enabled">True</BooleanProperty>
  18. </RuleSettings>
  19. </Rule>
  20. <Rule Name="DocumentationTextMustEndWithAPeriod">
  21. <RuleSettings>
  22. <BooleanProperty Name="Enabled">True</BooleanProperty>
  23. </RuleSettings>
  24. </Rule>
  25. <Rule Name="FileHeaderMustHaveSummary">
  26. <RuleSettings>
  27. <BooleanProperty Name="Enabled">True</BooleanProperty>
  28. </RuleSettings>
  29. </Rule>
  30. </Rules>
  31. <AnalyzerSettings />
  32. </Analyzer>
  33. <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.ReadabilityRules">
  34. <Rules>
  35. <Rule Name="DoNotUseRegions">
  36. <RuleSettings>
  37. <BooleanProperty Name="Enabled">True</BooleanProperty>
  38. </RuleSettings>
  39. </Rule>
  40. </Rules>
  41. <AnalyzerSettings />
  42. </Analyzer>
  43. </Analyzers>
  44. </StyleCopSettings>