Litee / SolutionCop

Tool for static analysis of Visual Studio solutions
Apache License 2.0
23 stars 3 forks source link

Support requiring same version for different packages #30

Open imanushin opened 7 years ago

imanushin commented 7 years ago

Sometimes different libraries does not have direct reference, however it is better to have the same versions.

For example: System.Reactive.Interfaces and System.Reactive.Linq.

Litee commented 7 years ago

IMO version rules deal effectively with that. Just keep package rules close and add comment that "those two versions" should always be the same.