2018-06-04 13:41:10 +08:00
|
|
|
<StyleCopSettings Version="105">
|
|
|
|
<Analyzers>
|
|
|
|
<Analyzer AnalyzerId="StyleCop.CSharp.MaintainabilityRules">
|
|
|
|
<Rules>
|
|
|
|
<Rule Name="FileMayOnlyContainASingleNamespace">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="FileMayOnlyContainASingleClass">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
</Rules>
|
|
|
|
<AnalyzerSettings />
|
|
|
|
</Analyzer>
|
|
|
|
<Analyzer AnalyzerId="StyleCop.CSharp.ReadabilityRules">
|
|
|
|
<Rules>
|
|
|
|
<Rule Name="PrefixLocalCallsWithThis">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="PrefixCallsCorrectly">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
</Rules>
|
|
|
|
<AnalyzerSettings />
|
|
|
|
</Analyzer>
|
2018-06-05 19:32:06 +08:00
|
|
|
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
|
|
|
|
<Rules>
|
|
|
|
<Rule Name="ElementsMustBeDocumented">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="PartialElementsMustBeDocumented">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="DocumentationTextMustBeginWithACapitalLetter">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">True</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="DocumentationTextMustEndWithAPeriod">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">True</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="FileHeaderMustShowCopyright">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="FileHeaderMustHaveCopyrightText">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="FileHeaderMustContainFileName">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="FileHeaderFileNameDocumentationMustMatchFileName">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="FileHeaderMustHaveValidCompanyText">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="FileHeaderFileNameDocumentationMustMatchTypeName">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
</Rules>
|
|
|
|
<AnalyzerSettings />
|
|
|
|
</Analyzer>
|
|
|
|
<Analyzer AnalyzerId="StyleCop.CSharp.NamingRules">
|
|
|
|
<Rules>
|
|
|
|
<Rule Name="FieldNamesMustNotBeginWithUnderscore">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
</Rules>
|
|
|
|
<AnalyzerSettings />
|
|
|
|
</Analyzer>
|
|
|
|
<Analyzer AnalyzerId="StyleCop.CSharp.OrderingRules">
|
|
|
|
<Rules>
|
|
|
|
<Rule Name="UsingDirectivesMustBePlacedWithinNamespace">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="ElementsMustAppearInTheCorrectOrder">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="ElementsMustBeOrderedByAccess">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="ConstantsMustAppearBeforeFields">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
</Rules>
|
|
|
|
<AnalyzerSettings />
|
|
|
|
</Analyzer>
|
2018-06-04 13:41:10 +08:00
|
|
|
</Analyzers>
|
|
|
|
</StyleCopSettings>
|