interappconnectorproject / interappconnectorproject/interappconnector
Allow the possibility to create a rule definition for object types in structs and not only for attributes
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### ISSUE TYPE
Feature
### SHORT DESCRIPTION
Allow the possibility to define specialised rules for objects and not only for attributes that are defined in structs
### DESCRIPTION
Actually the library allows the possibility to define custom rules for attributes and feature #35 adds this support only for properties inside an object. It is needed to support the rules also for custom objects and not only for attributes.
### ACCEPTANCE CRITERIA
`IArgumentDefinitionRule` must support also custom objects and not only attributes. Moreover, the rule should be executed only if the custom type is defined
Contributor guide
Assessment
This issue has not been assessed yet.