AI not following “using” / imports
I’m mainly in typescript codebases for most of my day. AI is going great at understanding imports at the top of the file.
But for csharp, I often see AI making bad assumptions for what the code is doing … it thinks it’s running some other code because the names of functions match but the namespaces don’t.
This is definitely a reproducible problem that gets me often and I am in the middle of refactoring my codebase to avoid this kind of problem.
I wanted to ask this community if you see or experience the same thing… and how you solved it.