Litee / SolutionCop

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

Add new rule: all property group should contain #39

Open imanushin opened 7 years ago

imanushin commented 7 years ago

Sometimes it is needed to check, that each project has custom tag in the each property group.

For example, such tag:

    <CodeAnalysisRuleSet>$(SolutionDir)/../Shared/Common.ruleset</CodeAnalysisRuleSet>

In this case SolutionCop should check all projects

Litee commented 7 years ago

Do you want to check element existence only or value as well?

imanushin commented 7 years ago

@Litee , I planned to reuse this with value.