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

New Feature: Add assembly(/nuget) version checks #59

Closed kirchsth closed 3 years ago

kirchsth commented 3 years ago

Thank you for the tool.

Could you add an assembly version check too? e.g. "Newtonsoft.Json" v12.0. and not v13.0.

Thank you and best regards Helmut

kirchsth commented 3 years ago

Thank you I solved it with "version ranges for package dependencies" in the meantime BR Helmut