Skip to content

On Generators

Generators are responsible for generating output from option models. They are collected and run by the BindSightGeneratorRunner. Generators must implement the IBindSightGenerator interface.

Generators are ran in parallel, so they should not depend on each others output. Generators may be registered via BindSightBuilder.Generators.

Generators for generating json schemata and a readme file are provided.