stylecop.cache

来自「Sudoku as a CSP: Using algorithms and te」· CACHE 代码 · 共 1,101 行 · 第 1/5 页

CACHE
1,101
字号
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketsMustNotBePrecededByBlankLine" ruleCheckId="SA1508">
        <context>A closing curly bracket must not be preceded by a blank line.</context>
        <line>78</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketsMustNotBePrecededByBlankLine" ruleCheckId="SA1508">
        <context>A closing curly bracket must not be preceded by a blank line.</context>
        <line>80</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="CodeMustNotContainMultipleWhitespaceInARow" ruleCheckId="SA1025">
        <context>The code contains multiple spaces in a row. Only one space is needed.</context>
        <line>11</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="CodeMustNotContainMultipleWhitespaceInARow" ruleCheckId="SA1025">
        <context>The code contains multiple spaces in a row. Only one space is needed.</context>
        <line>12</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="SymbolsMustBeSpacedCorrectly" ruleCheckId="SA1003">
        <context>The spacing around the symbol '=' is invalid.</context>
        <line>16</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="SemicolonsMustBeSpacedCorrectly" ruleCheckId="SA1002">
        <context>Invalid spacing around the semicolon.</context>
        <line>23</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="ClosingParenthesisMustBeSpacedCorrectly" ruleCheckId="SA1009">
        <context>Invalid spacing around the closing parenthesis.</context>
        <line>23</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="KeywordsMustBeSpacedCorrectly" ruleCheckId="SA1000">
        <context>The spacing around the keyword 'for' is invalid.</context>
        <line>27</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="SymbolsMustBeSpacedCorrectly" ruleCheckId="SA1003">
        <context>The spacing around the symbol '=' is invalid.</context>
        <line>27</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="ClosingParenthesisMustBeSpacedCorrectly" ruleCheckId="SA1009">
        <context>Invalid spacing around the closing parenthesis.</context>
        <line>28</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="SemicolonsMustBeSpacedCorrectly" ruleCheckId="SA1002">
        <context>Invalid spacing around the semicolon.</context>
        <line>28</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="SymbolsMustBeSpacedCorrectly" ruleCheckId="SA1003">
        <context>The spacing around the symbol '=' is invalid.</context>
        <line>43</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="SymbolsMustBeSpacedCorrectly" ruleCheckId="SA1003">
        <context>The spacing around the symbol '=' is invalid.</context>
        <line>68</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.OrderingRules" rule="UsingDirectivesMustBePlacedWithinNamespace" ruleCheckId="SA1200">
        <context>All using directives must be placed inside of the namespace.</context>
        <line>1</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.OrderingRules" rule="UsingDirectivesMustBePlacedWithinNamespace" ruleCheckId="SA1200">
        <context>All using directives must be placed inside of the namespace.</context>
        <line>2</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.OrderingRules" rule="UsingDirectivesMustBePlacedWithinNamespace" ruleCheckId="SA1200">
        <context>All using directives must be placed inside of the namespace.</context>
        <line>3</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
        <context>The class must have a documentation header.</context>
        <line>7</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.MaintainabilityRules" rule="AccessModifierMustBeDeclared" ruleCheckId="SA1400">
        <context>The class must have an access modifier.</context>
        <line>7</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
        <context>The field must have a documentation header.</context>
        <line>10</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
        <context>Fields must be declared with private access. Use properties to expose fields.</context>
        <line>10</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
        <context>The field must have a documentation header.</context>
        <line>11</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
        <context>Fields must be declared with private access. Use properties to expose fields.</context>
        <line>11</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
        <context>The field must have a documentation header.</context>
        <line>12</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
        <context>Fields must be declared with private access. Use properties to expose fields.</context>
        <line>12</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
        <context>The field must have a documentation header.</context>
        <line>13</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
        <context>Fields must be declared with private access. Use properties to expose fields.</context>
        <line>13</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
        <context>Public and internal fields must start with an upper-case letter: assigned.</context>
        <line>13</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
        <context>The constructor must have a documentation header.</context>
        <line>14</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
        <context>Adjacent elements must be separated by a blank line.</context>
        <line>14</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
        <context>The body of the for statement must be wrapped in opening and closing curly brackets.</context>
        <line>24</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
        <context>The body of the for statement must be wrapped in opening and closing curly brackets.</context>
        <line>28</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
        <context>The call to Value must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
        <line>16</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
        <context>The call to Units must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
        <line>17</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
        <context>The call to Peers must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
        <line>18</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
        <context>The call to assigned must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
        <line>19</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
        <context>The call to Units must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
        <line>22</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
        <context>The call to Units must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
        <line>24</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
        <context>The call to Peers must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
        <line>28</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
        <context>The constructor must have a documentation header.</context>
        <line>31</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
        <context>Adjacent elements must be separated by a blank line.</context>
        <line>31</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
        <context>The body of the for statement must be wrapped in opening and closing curly brackets.</context>
        <line>38</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
        <context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
        <line>40</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
        <context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
        <line>48</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
        <context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
        <line>58</line>
        <warning>False</warning>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?