-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Stylecop 4.3 has changed the XML output and the violations plugin will not work with the
new format.
New format:
<StyleCopViolations>
<Violation Section="Root.ListViewProblem.Form1.Dispose%bool" LineNumber="18" Source="Form1.Designer.cs"
RuleNamespace="Microsoft.StyleCop.CSharp.ReadabilityRules" Rule="PrefixLocalCallsWithThis"
RuleId="SA1101">The call to components must begin with the 'this.' prefix to indicate
that the item is a member of the class.</Violation>
<Violation Section="Root.ListViewProblem.Form1.Dispose%bool" LineNumber="16" Source="Form1.Designer.cs"
RuleNamespace="Microsoft.StyleCop.CSharp.ReadabilityRules" Rule="PrefixLocalCallsWithThis"
RuleId="SA1101">The call to components must begin with the 'this.' prefix to indicate
that the item is a member of the class.</Violation>
</StyleCopViolations>