PackageValidator

Namespace: Chimayo.Ssis.Ast.ControlFlowApi

Provides facilities to validate that a package is well-formed. Note that it currently does not perform many checks.

Nested types and modules

TypeDescription
ValidationError

Discriminated union of potential errors

Functions and values

Function or valueDescription
validate pkg
Signature: pkg:CftPackage -> ValidationError list

Validate that a package is well-formed. Note that it currently does not perform many checks. Checks included: validate precedence constraints; validate that there are no executable name conflicts.