Table of Contents

Class CodeIssue

Namespace
AiDotNet.ProgramSynthesis.Models
Assembly
AiDotNet.dll

Represents a structured issue found in code.

public sealed class CodeIssue
Inheritance
CodeIssue
Inherited Members

Properties

Category

public CodeIssueCategory Category { get; set; }

Property Value

CodeIssueCategory

Details

public string? Details { get; set; }

Property Value

string

FixGuidance

public string? FixGuidance { get; set; }

Property Value

string

Location

public CodeLocation Location { get; set; }

Property Value

CodeLocation

Rationale

public string? Rationale { get; set; }

Property Value

string

Severity

public CodeIssueSeverity Severity { get; set; }

Property Value

CodeIssueSeverity

Summary

public string Summary { get; set; }

Property Value

string

TestGuidance

public string? TestGuidance { get; set; }

Property Value

string