Open batkaevruslan opened 11 months ago
FindTypesThatHaveDependencyOnAny fails with NRE when examined type has constant field with null value
null
public class Class_C { private const string NullConstant = null; Dependency_2 dp2; }
Repro https://github.com/BenMorris/NetArchTest/compare/master...batkaevruslan:NetArchTest:const-field-dependency-issue fails test
FindTypesThatHaveDependencyOnAny fails with NRE when examined type has constant field with
null
valueRepro https://github.com/BenMorris/NetArchTest/compare/master...batkaevruslan:NetArchTest:const-field-dependency-issue fails test