Table of Contents

Class IssueRecord

Namespace
Microsoft.DevSkim
Assembly
Microsoft.DevSkim.dll
public class IssueRecord
Inheritance
IssueRecord
Inherited Members

Constructors

IssueRecord(string, int, string, Issue, string, List<CodeFix>?)

public IssueRecord(string Filename, int Filesize, string TextSample, Issue Issue, string Language, List<CodeFix>? Fixes)

Parameters

Filename string
Filesize int
TextSample string
Issue Issue
Language string
Fixes List<CodeFix>

Properties

Filename

public string Filename { get; }

Property Value

string

Filesize

public int Filesize { get; }

Property Value

int

Issue

public Issue Issue { get; }

Property Value

Issue

Language

public string Language { get; }

Property Value

string

TextSample

public string TextSample { get; }

Property Value

string