Can Serena index symbols for external .Net (nuget) packages / dlls? #1625
Unanswered
brease-colin
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
For example, in the following class, using the
csharplanguage:By default, it does not find the
SomeExternalClassand even through a search with depth = 2 on theDummyclass, no information aboutSomeExternalClassis found. Is there anyproject.ymlsetting that can allow this? I've tried to disable theignore_all_files_in_gitignoresetting as the 'packages' folder is in gitignore, but to no avail.In general 'normal' IDE's can show all properties about this external class and autocomplete function names, etc, even if full source code is not present.
All reactions