File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ function RunInspectCode {
2323 $issueType = $xml.report.IssueTypes.SelectSingleNode (" IssueType[@Id='$ ( $_.TypeId ) ']" )
2424 $severity = $_.Severity ?? $issueType.Severity
2525
26- Write-Output " [$severity ] $ ( $_.File ) :$ ( $_.Line ) $ ( $_.Message ) "
26+ Write-Output " [$severity ] $ ( $_.File ) :$ ( $_.Line ) $ ( $_.TypeId ) : $ ( $_ . Message) "
2727 })
2828 })
2929 }
Original file line number Diff line number Diff line change 2525 <tr >
2626 <th >File</th >
2727 <th >Line Number</th >
28+ <th >Type</th >
2829 <th >Message</th >
2930 </tr >
3031 <xsl : for-each select =" key('ISSUETYPES',@Id)" >
3536 <td >
3637 <xsl : value-of select =" @Line" />
3738 </td >
39+ <td >
40+ <xsl : value-of select =" @TypeId" />
41+ </td >
3842 <td >
3943 <xsl : value-of select =" @Message" />
4044 </td >
You can’t perform that action at this time.
0 commit comments