Add support for recursive paths
Opened this issue · 1 comments
open-collar commented
At the moment all paths are fixed and predetermined. Allow the paths to bounds late and for circular dependencies to be defined.
open-collar commented
This is no longer the case, all paths are constructed dynamically using the CalculatePath
method of the parent. There is not yet anything in the code to prevent unlimited depth though, and this is perhaps what needs to be added.