NsDepCop icon indicating copy to clipboard operation
NsDepCop copied to clipboard

Warn when there is not used allowed rule

Open leotsarev opened this issue 5 years ago • 1 comments

Given: There is some rule in nsdepcop. Say <Allowed From="*" To="Foo"> and there is no references to Foo namespace in csproj

Actual result: no warning Expected result: warning that rule is excess and could be removed.

Benefit: keeping your nsdepcop files nice and clean.

leotsarev avatar Jul 19 '19 12:07 leotsarev

Very good idea, thanks!

realvizu avatar Jul 19 '19 15:07 realvizu