This repository provides sample programs used to validate the examples in aas-specs repository.
We provide Windows binaries in the releases.
The validators are based on .NET Core 3.1.
To build the binaries from source code, change to the src/
directory
and invoke:
dotnet publish -c Release -o out/schema-validation
We provide a script src/Release.ps1
that builds and packs the binaries
into a zip archive. This is used to obtain the final binary release.