NsDepCop is a static code analysis tool that helps to enforce namespace dependency rules in C# projects. No more unplanned or unnoticed dependencies in your system.
GNU General Public License v2.0
200
stars
32
forks
source link
VisibleMembers should allow defining the surface of a subtree #10
At the moment, with Allowed/VisibleMembers you can define the surface of only a single namespace. (The To namespace can not be a subtree.) Eg.
It should be allowed to define the surface of a subtree as well. Eg.
In this case the Type elements must describe not only the type name but also its relative namespace path.
The same should apply to VisibleMembers elements with the OfNamespace attribute.