This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Description
If I'm reading correctly, the dependentBuilder
allows us to declare dependency chains that are linear.
Imagine a complex policy that benefits from modularization. One primary policy could import results from other sub-policies for its rule evaluation, potentially improving the readability of large policies significantly.
Using a dependency tree structure with the primary policy at the root node would probably support this use case well.