Table of Contents

Class CatalogValidator

Namespace
AgentContainers.Core.Validation
Assembly
AgentContainers.Core.dll
Validates a ManifestCatalog for structural correctness, reference integrity, and capability compatibility.
public sealed class CatalogValidator
Inheritance
CatalogValidator
Inherited Members

Methods

Validate(ManifestCatalog)

Validates all loaded manifests and returns the accumulated findings.
public List<ValidationResult> Validate(ManifestCatalog catalog)

Parameters

catalog ManifestCatalog

Returns

List<ValidationResult>