ApiDiagnosticRecord
PackageFsLiveDocs.Core
A quality problem found in the documented API itself, reported against the source that
declares it. Diagnostics describe a single extraction run rather than the documented
snapshot, so they are deliberately not part of PackageModel.
Fields
| Name | Type | Description |
|---|---|---|
| Code | Code | Stable kebab-case identifier for the kind of problem. |
| Symbol | Symbol | Full name of the member the diagnostic concerns. |
| Location | Location | Source location that declares the member. |
| Message | Message | One-line description of what was found. |
| Remedy | Remedy | What the author can change to resolve it. |