Stylecop has changed the XML output

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • Component/s: violations-plugin
    • None
    • Environment:
      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>

            Assignee:
            redsolo
            Reporter:
            redsolo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: