You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I don't faced a situation where I needed dependency management, but I thought about it already.
A possible way to provide this functionality would be to use a marker interface IDependOn<T> and check the dependency tree when questioned about the state of the dependent feature automatically.
I'm sure there's a way to have, say, Feature A to be active only if Feature B is active?
Thanks in advance.
The text was updated successfully, but these errors were encountered: