Contains all diagnostics produced by a validation pass. More...
Properties | |
| IReadOnlyList< NdsDiagnostic > | Diagnostics [get] |
| Retains stable validation order so command-line output, tests, and build logs remain reproducible. | |
| bool | IsValid [get] |
| Gets whether validation completed without errors. | |
Contains all diagnostics produced by a validation pass.
Definition at line 4 of file NdsValidationResult.cs.
|
get |
Retains stable validation order so command-line output, tests, and build logs remain reproducible.
Definition at line 14 of file NdsValidationResult.cs.
|
get |
Gets whether validation completed without errors.
Definition at line 17 of file NdsValidationResult.cs.