NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsDiagnostic.cs
1namespace NdsForge;
2
8public sealed record NdsDiagnostic(
9 string Code,
10 NdsDiagnosticSeverity Severity,
11 string Message,
12 NdsRegion? Region = null);
13
Identifies a bounded range of bytes in an image.
Definition NdsRegion.cs:11
NdsDiagnosticSeverity
Indicates the impact of a validation finding.