Is there an option to prevent assemblies that are loaded automatically by IL Spy from showing up in the search results? #2914
Unanswered
StingyJack
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, if I have only the Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll open in IL spy, and run a search for methods with "Field" in the name (I'm trying to find a function that gets the fields displayed on a workitem type), I will only see matches in that assembly. If I then double click on one of the matches to see what the function does, ILSpy loads all of the dll files the one I'm inspecting depends on, and these now clutter up the search results. I have to go remove the automatically added assemblies from the list to resume my search.
I would like to prevent the auto loaded assemblies from coming in the search results. Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions