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
Details
public string? Details { get; set; }
Property Value
FixGuidance
public string? FixGuidance { get; set; }
Property Value
Location
public CodeLocation Location { get; set; }
Property Value
Rationale
public string? Rationale { get; set; }
Property Value
Severity
public CodeIssueSeverity Severity { get; set; }
Property Value
Summary
public string Summary { get; set; }
Property Value
TestGuidance
public string? TestGuidance { get; set; }