open-collar/OpenCollar.Extensions.Configuration

Add support for recursive paths

Opened this issue · 1 comments

At the moment all paths are fixed and predetermined. Allow the paths to bounds late and for circular dependencies to be defined.

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.