AtsDiagnostic Properties
Class Properties 3 members
Represents a diagnostic message from the ATS capability scanner.
Gets the source location (e.g., type name, method name).
public string? Location { get; init; } Gets the diagnostic message.
public string Message { get; init; } Gets the severity of the diagnostic.
public AtsDiagnosticSeverity Severity { get; init; }