NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsForge.NdsValidationResult Class Referencesealed

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.

Detailed Description

Contains all diagnostics produced by a validation pass.

Definition at line 4 of file NdsValidationResult.cs.

Property Documentation

◆ Diagnostics

IReadOnlyList<NdsDiagnostic> NdsForge.NdsValidationResult.Diagnostics
get

Retains stable validation order so command-line output, tests, and build logs remain reproducible.

Definition at line 14 of file NdsValidationResult.cs.

◆ IsValid

bool NdsForge.NdsValidationResult.IsValid
get

Gets whether validation completed without errors.

Definition at line 17 of file NdsValidationResult.cs.


The documentation for this class was generated from the following file: