RequiredAttribute added by OdinAttributeProcessor is not considered by validation.

Issue #565 open
nick martel created an issue

My goal is to make everything required by default and invert the behavior with a new OptionalAttribute.

Comments (2)

  1. Tor Esa Vestergaard
    • changed status to open

    This is an unfortunate but necessary consequence of decoupling validation from the drawing/property system. We will likely have to add some equivalent to attribute processors to the validation system, to support a similar feature.

  2. Log in to comment