📄 stylecop.cache
字号:
<stylecopresultscache>
<version>10</version>
<project key="-2018318780">
<configuration>DEBUG;TRACE</configuration>
</project>
<sourcecode name="GraphData.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="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>26</line>
<warning>False</warning>
</violation>
<violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="OpeningParenthesisMustBeSpacedCorrectly" ruleCheckId="SA1008">
<context>Invalid spacing around the opening parenthesis.</context>
<line>14</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>17</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>18</line>
<warning>False</warning>
</violation>
<violation namespace="Microsoft.StyleCop.CSharp.SpacingRules" rule="CommasMustBeSpacedCorrectly" ruleCheckId="SA1001">
<context>Invalid spacing around the comma.</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>29</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.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="Microsoft.StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All classes must be placed after all fields.</context>
<line>9</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.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: name.</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="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: runTime.</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.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 name 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 runTime 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 Backtracks 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.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>22</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>22</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: datalist.</context>
<line>22</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>23</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>23</line>
<warning>False</warning>
</violation>
<violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to datalist must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>25</line>
<warning>False</warning>
</violation>
<violation namespace="Microsoft.StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>27</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>27</line>
<warning>False</warning>
</violation>
<violation namespace="Microsoft.StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to datalist must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>29</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="MyCell.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:38</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="OpeningCurlyBracketsMustNotBeFollowedByBlankLine" ruleCheckId="SA1505">
<context>An opening curly bracket must not be followed by a blank line.</context>
<line>8</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>30</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>30</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>76</line>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -