Skip to content
DocsTry Aspire
DocsTry

AtsDiagnostic Properties

ClassProperties3 members
Represents a diagnostic message from the ATS capability scanner.
LocationSection titled Locationnullablestring?
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; }