⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stylecop.cache

📁 Sudoku as a CSP: Using algorithms and techniques from CSP to solve an NxN Sudoku puzzle.
💻 CACHE
📖 第 1 页 / 共 5 页
字号:
        <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.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
        <context>Public and internal fields must start with an upper-case letter: isMRV.</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.NamingRules" rule="FieldNamesMustNotContainUnderscore" ruleCheckId="SA1310">
        <context>Field names must not contain underscores.</context>
        <line>12</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: isMRV_MD.</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: isLCV.</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.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
        <context>The call to isFC 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.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
        <context>The constructor must have a documentation header.</context>
        <line>18</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>18</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
        <context>The call to isFC must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
        <line>20</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
        <context>The call to isAC must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
        <line>21</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
        <context>The call to isMRV 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 isMRV_MD must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
        <line>23</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
        <context>The call to isLCV 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>
    </violations>
  </sourcecode>
  <sourcecode name="SudokuCell.cs" parser="Microsoft.StyleCop.CSharp.CsParser">
    <settings>
      <timestamp>02/18/2009 11:30:36</timestamp>
      <milliseconds>0</milliseconds>
    </settings>
    <timestamp>03/12/2009 16:44:36</timestamp>
    <milliseconds>0</milliseconds>
    <violations>
      <violation namespace="Microsoft.StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
        <context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
        <line>1</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="CodeMustNotContainMultipleBlankLinesInARow" ruleCheckId="SA1507">
        <context>The code must not contain multiple blank lines in a row.</context>
        <line>40</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>58</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="CodeMustNotContainMultipleBlankLinesInARow" ruleCheckId="SA1507">
        <context>The code must not contain multiple blank lines in a row.</context>
        <line>60</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>75</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="CodeMustNotContainMultipleBlankLinesInARow" ruleCheckId="SA1507">
        <context>The code must not contain multiple blank lines in a row.</context>
        <line>82</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
        <context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
        <line>88</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
        <context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
        <line>93</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
        <context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
        <line>99</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="CodeMustNotContainMultipleWhitespaceInARow" ruleCheckId="SA1025">
        <context>The code contains multiple spaces in a row. Only one space is needed.</context>
        <line>26</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="OpeningSquareBracketsMustBeSpacedCorrectly" ruleCheckId="SA1010">
        <context>Invalid spacing around the opening square bracket.</context>
        <line>27</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="CommasMustBeSpacedCorrectly" ruleCheckId="SA1001">
        <context>Invalid spacing around the comma.</context>
        <line>28</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="ClosingParenthesisMustBeSpacedCorrectly" ruleCheckId="SA1009">
        <context>Invalid spacing around the closing parenthesis.</context>
        <line>35</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="SemicolonsMustBeSpacedCorrectly" ruleCheckId="SA1002">
        <context>Invalid spacing around the semicolon.</context>
        <line>35</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>65</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>66</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>72</line>
        <warning>False</warning>
      </violation>
      <violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="ClosingParenthesisMustBeSpacedCorrectly" ruleCheckId="SA1009">
        <context>Invalid spacing around the closing parenthesis.</context>
        <line>72</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="UsingDirectivesMustBeOrderedAlphabeticallyByNamespace" ruleCheckId="SA1210">
        <context>Using directives must be sorted alphabetically by the namespaces.</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>

⌨️ 快捷键说明

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