Class Issue
Analysis Issue
public class Issue
- Inheritance
-
Issue
- Inherited Members
Constructors
Issue(Boundary, Location, Location, DevSkimRule)
public Issue(Boundary Boundary, Location StartLocation, Location EndLocation, DevSkimRule Rule)
Parameters
BoundaryBoundaryStartLocationLocationEndLocationLocationRuleDevSkimRule
Properties
Boundary
Boundary of issue (index, length)
public Boundary Boundary { get; set; }
Property Value
- Boundary
Confidence
Confidence level of match
public Confidence Confidence { get; }
Property Value
- Confidence
EndLocation
Location (line, column) where issue ends
public Location EndLocation { get; set; }
Property Value
- Location
IsSuppressionInfo
True if Issue refers to suppression information
public bool IsSuppressionInfo { get; set; }
Property Value
Rule
Matching rule
public DevSkimRule Rule { get; set; }
Property Value
StartLocation
Location (line, column) where issue starts
public Location StartLocation { get; set; }
Property Value
- Location