Class Diagnostic
- Namespace
- Cress.Core.Models
- Assembly
- Cress.Core.dll
public record Diagnostic : IEquatable<Diagnostic>
- Inheritance
-
Diagnostic
- Implements
-
- Inherited Members
-
Properties
Code
public string Code { get; init; }
Property Value
- string
Column
public int? Column { get; init; }
Property Value
- int?
Details
public string? Details { get; init; }
Property Value
- string
File
public string? File { 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 DiagnosticSeverity Severity { get; init; }
Property Value
- DiagnosticSeverity