2012-08-16 23:34:29 +04:00
|
|
|
<StyleCopSettings Version="105">
|
2012-03-11 21:17:56 +04:00
|
|
|
<GlobalSettings>
|
2012-08-16 23:34:29 +04:00
|
|
|
<StringProperty Name="MergeSettingsFiles">Parent</StringProperty>
|
2012-03-11 21:17:56 +04:00
|
|
|
</GlobalSettings>
|
|
|
|
<Analyzers>
|
2012-08-15 04:24:45 +04:00
|
|
|
<Analyzer AnalyzerId="Microsoft.Web.StyleCop.Rules">
|
|
|
|
<Rules>
|
|
|
|
<Rule Name="DoNotUseBuiltInTypeAliasInExpression">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
</Rules>
|
|
|
|
<AnalyzerSettings />
|
|
|
|
</Analyzer>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
|
2012-03-11 21:17:56 +04:00
|
|
|
<AnalyzerSettings>
|
|
|
|
<BooleanProperty Name="IncludeFields">False</BooleanProperty>
|
|
|
|
</AnalyzerSettings>
|
2012-08-16 23:34:29 +04:00
|
|
|
</Analyzer>
|
|
|
|
<Analyzer AnalyzerId="StyleCop.CSharp.LayoutRules">
|
2012-03-11 21:17:56 +04:00
|
|
|
<Rules>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Rule Name="CurlyBracketsForMultiLineStatementsMustNotShareLine">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Rule Name="StatementMustNotBeOnSingleLine">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Rule Name="ElementMustNotBeOnSingleLine">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Rule Name="CurlyBracketsMustNotBeOmitted">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Rule Name="CodeMustNotContainMultipleBlankLinesInARow">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Rule Name="ClosingCurlyBracketsMustNotBePrecededByBlankLine">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Rule Name="OpeningCurlyBracketsMustNotBePrecededByBlankLine">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
2012-08-16 23:34:29 +04:00
|
|
|
</Rules>
|
|
|
|
<AnalyzerSettings />
|
|
|
|
</Analyzer>
|
|
|
|
<Analyzer AnalyzerId="StyleCop.CSharp.MaintainabilityRules">
|
|
|
|
<Rules>
|
|
|
|
<Rule Name="AccessModifierMustBeDeclared">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
2012-08-28 04:39:25 +04:00
|
|
|
<Rule Name="FileMayOnlyContainASingleClass">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Rule Name="FileMayOnlyContainASingleNamespace">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="RemoveDelegateParenthesisWhenPossible">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
</Rules>
|
2012-08-16 23:34:29 +04:00
|
|
|
<AnalyzerSettings />
|
2012-03-11 21:17:56 +04:00
|
|
|
</Analyzer>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Analyzer AnalyzerId="StyleCop.CSharp.NamingRules">
|
2012-03-11 21:17:56 +04:00
|
|
|
<Rules>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Rule Name="ElementMustBeginWithUpperCaseLetter">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Rule Name="ConstFieldNamesMustBeginWithUpperCaseLetter">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="FieldNamesMustNotUseHungarianNotation">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="FieldNamesMustBeginWithLowerCaseLetter">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="AccessibleFieldsMustBeginWithUpperCaseLetter">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="FieldNamesMustNotContainUnderscore">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
</Rules>
|
|
|
|
<AnalyzerSettings />
|
|
|
|
</Analyzer>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Analyzer AnalyzerId="StyleCop.CSharp.OrderingRules">
|
2012-03-11 21:17:56 +04:00
|
|
|
<Rules>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Rule Name="ElementsMustAppearInTheCorrectOrder">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
2012-08-16 23:34:29 +04:00
|
|
|
</Rules>
|
|
|
|
<AnalyzerSettings />
|
|
|
|
</Analyzer>
|
|
|
|
<Analyzer AnalyzerId="StyleCop.CSharp.ReadabilityRules">
|
|
|
|
<Rules>
|
|
|
|
<Rule Name="DoNotPrefixCallsWithBaseUnlessLocalImplementationExists">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="ClosingParenthesisMustBeOnLineOfLastParameter">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="UseStringEmptyForEmptyStrings">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="UseShorthandForNullableTypes">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
</Rules>
|
2012-08-16 23:34:29 +04:00
|
|
|
<AnalyzerSettings />
|
2012-03-11 21:17:56 +04:00
|
|
|
</Analyzer>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Analyzer AnalyzerId="StyleCop.CSharp.SpacingRules">
|
2012-03-11 21:17:56 +04:00
|
|
|
<Rules>
|
2012-08-16 23:34:29 +04:00
|
|
|
<Rule Name="CommasMustBeSpacedCorrectly">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="SemicolonsMustBeSpacedCorrectly">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="SymbolsMustBeSpacedCorrectly">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="PreprocessorKeywordsMustNotBePrecededBySpace">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="ClosingParenthesisMustBeSpacedCorrectly">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="OpeningCurlyBracketsMustBeSpacedCorrectly">
|
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
<Rule Name="ClosingCurlyBracketsMustBeSpacedCorrectly">
|
2012-03-11 21:17:56 +04:00
|
|
|
<RuleSettings>
|
|
|
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
|
|
</RuleSettings>
|
|
|
|
</Rule>
|
|
|
|
</Rules>
|
2012-08-16 23:34:29 +04:00
|
|
|
<AnalyzerSettings />
|
2012-03-11 21:17:56 +04:00
|
|
|
</Analyzer>
|
|
|
|
</Analyzers>
|
2012-08-16 23:34:29 +04:00
|
|
|
</StyleCopSettings>
|