Options

.NET Core Assembly Resolution

AllenCopelandAllenCopeland Posts: 1 New member
edited June 12, 2019 1:17AM in .NET Reflector
If you browse a .NET Core application within .NET Reflector 10 it is unable to isolate package assemblies.

The packages in this case are cached by Visual Studio to a common location:
UserProfileFolder\.nuget\packages\

This information is contained within the AssemblyName.deps.json

Reflector doesn't seem to take advantage of this information and frequently seems to miss where to find the referenced assembly.
Sign In or Register to comment.