Coupling metric bug: no dependency found if the using static
is the import statement
#358
Labels
bug
Something isn't working
using static
is the import statement
#358
Static using (C#) are not covered in the logic. So if
ClassA
has a static methodMyMethod()
, the dependency can not be resolved:The text was updated successfully, but these errors were encountered: