Table of Contents

Class Issue

Namespace
Microsoft.DevSkim
Assembly
Microsoft.DevSkim.dll

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

Boundary Boundary
StartLocation Location
EndLocation Location
Rule DevSkimRule

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

bool

Rule

Matching rule

public DevSkimRule Rule { get; set; }

Property Value

DevSkimRule

StartLocation

Location (line, column) where issue starts

public Location StartLocation { get; set; }

Property Value

Location