We currently support PSDependOptions, which specifies global values that apply to all dependencies (unless overridden in individual dependencies).
It might be helpful to add a third layer between these (overrides global, overridden by individual dependencies) for per-dependencytype defaults
Thought someone had mentioned this in an issue, can't seem to find it.
Haven't thought through syntax yet, just getting the idea out there. Off the top of my head without considering existing design or repurcussions, maybe just add keys under PSDependOptions where the key is the dependency type name?
Cheers!
We currently support
PSDependOptions, which specifies global values that apply to all dependencies (unless overridden in individual dependencies).It might be helpful to add a third layer between these (overrides global, overridden by individual dependencies) for per-dependencytype defaults
Thought someone had mentioned this in an issue, can't seem to find it.
Haven't thought through syntax yet, just getting the idea out there. Off the top of my head without considering existing design or repurcussions, maybe just add keys under PSDependOptions where the key is the dependency type name?
Cheers!