| OLD | NEW |
| (Empty) | |
| 1 <StyleCopSettings Version="105"> |
| 2 <Analyzers> |
| 3 <Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules"> |
| 4 <Rules> |
| 5 <Rule Name="FileMustHaveHeader"> |
| 6 <RuleSettings> |
| 7 <BooleanProperty Name="Enabled">False</BooleanProperty> |
| 8 </RuleSettings> |
| 9 </Rule> |
| 10 <Rule Name="FileHeaderMustShowCopyright"> |
| 11 <RuleSettings> |
| 12 <BooleanProperty Name="Enabled">False</BooleanProperty> |
| 13 </RuleSettings> |
| 14 </Rule> |
| 15 <Rule Name="FileHeaderMustHaveCopyrightText"> |
| 16 <RuleSettings> |
| 17 <BooleanProperty Name="Enabled">False</BooleanProperty> |
| 18 </RuleSettings> |
| 19 </Rule> |
| 20 <Rule Name="FileHeaderMustContainFileName"> |
| 21 <RuleSettings> |
| 22 <BooleanProperty Name="Enabled">False</BooleanProperty> |
| 23 </RuleSettings> |
| 24 </Rule> |
| 25 <Rule Name="FileHeaderMustHaveValidCompanyText"> |
| 26 <RuleSettings> |
| 27 <BooleanProperty Name="Enabled">False</BooleanProperty> |
| 28 </RuleSettings> |
| 29 </Rule> |
| 30 <Rule Name="ConstructorSummaryDocumentationMustBeginWithStandardText"> |
| 31 <RuleSettings> |
| 32 <BooleanProperty Name="Enabled">False</BooleanProperty> |
| 33 </RuleSettings> |
| 34 </Rule> |
| 35 <Rule Name="DestructorSummaryDocumentationMustBeginWithStandardText"> |
| 36 <RuleSettings> |
| 37 <BooleanProperty Name="Enabled">False</BooleanProperty> |
| 38 </RuleSettings> |
| 39 </Rule> |
| 40 </Rules> |
| 41 <AnalyzerSettings /> |
| 42 </Analyzer> |
| 43 <Analyzer AnalyzerId="StyleCop.CSharp.NamingRules"> |
| 44 <Rules> |
| 45 <Rule Name="FieldNamesMustNotContainUnderscore"> |
| 46 <RuleSettings> |
| 47 <BooleanProperty Name="Enabled">False</BooleanProperty> |
| 48 </RuleSettings> |
| 49 </Rule> |
| 50 </Rules> |
| 51 <AnalyzerSettings /> |
| 52 </Analyzer> |
| 53 <Analyzer AnalyzerId="StyleCop.CSharp.ReadabilityRules"> |
| 54 <Rules> |
| 55 <Rule Name="PrefixLocalCallsWithThis"> |
| 56 <RuleSettings> |
| 57 <BooleanProperty Name="Enabled">False</BooleanProperty> |
| 58 </RuleSettings> |
| 59 </Rule> |
| 60 </Rules> |
| 61 <AnalyzerSettings /> |
| 62 </Analyzer> |
| 63 </Analyzers> |
| 64 </StyleCopSettings> |
| OLD | NEW |