mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
This setting is honored by all functionality that triggers a decompilation run. It is ignored by features that load assemblies as their primary function. For example, using the "Load Dependencies" feature will still resolve and load assemblies from the file-system. The same happens when you double-click on an assembly reference in the tree view. It will be resolved and loaded. Note that disabling automatic assembly load will cause the decompiler to potentially not be able to resolve types from references that have not been added manually and the quality of the decompiled code will be inferior as a result.natural-type-lambdas-methods
6 changed files with 32 additions and 5 deletions
Loading…
Reference in new issue