realvizu / NsDepCop

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

The xsd for configuration does not define ParentCanDependOnChildImplicitly #65

Closed pragone closed 1 year ago

pragone commented 1 year ago

The xsd that defines the structure of the xml file does not include the ParentCanDependOnChildImplicitly option in it.

The feature works, and as far as I can see there are also tests for the feature. It's just absent in the xsd file.

I'll submit a PR to have this fixed.

realvizu commented 1 year ago

Thank you, merged!