Table of Contents

Class CompilationDiagnostic

Namespace
AiDotNet.ProgramSynthesis.Execution
Assembly
AiDotNet.dll
public sealed class CompilationDiagnostic
Inheritance
CompilationDiagnostic
Inherited Members

Properties

Code

public string? Code { get; init; }

Property Value

string

Column

public int? Column { get; init; }

Property Value

int?

FilePath

public string? FilePath { get; init; }

Property Value

string

Line

public int? Line { get; init; }

Property Value

int?

Message

public string Message { get; init; }

Property Value

string

Severity

public CompilationDiagnosticSeverity Severity { get; init; }

Property Value

CompilationDiagnosticSeverity

Tool

public string? Tool { get; init; }

Property Value

string