Namespace DotBoxD.Kernels.Verifier.Diagnostics
Classes
- VerifierDiagnosticCodes
Public, maintained reference for the
V-*diagnostic codes emitted by IGeneratedAssemblyVerifier through Diagnostics. Consumers should reference these constants instead of hard-coding magic strings, and can use All / TryGetReference(string, out VerifierDiagnosticReference) to map a code to its documented meaning, likely cause, category, and remediation.
- VerifierDiagnosticReference
Public reference entry for a single verifier diagnostic Code.
Enums
- VerifierDiagnosticCategory
Classifies what a verifier diagnostic most likely indicates, so operators can distinguish a user-fixable generated shape problem from artifact tampering, a host/runtime version mismatch, or a malformed input artifact.