Replies: 1 comment 2 replies
-
|
Right now the dependency graph picks up references from entity content (method calls, type usage in the body, base classes), but it doesn't trace constructor parameter types as edges. Would you be open to sharing an example from your project (even anonymized)? Would help us get the edge cases right for C# DI patterns. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
was running this on some C# projects and noticed it wasn't able to trace dependencies from constructor injection. Would be really nice if it could, most likely difficult to implement.
Beta Was this translation helpful? Give feedback.
All reactions