How can we help you today? How can we help you today?

.NET Core Assembly Resolution

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.
AllenCopelandJr
0

Add comment

Please sign in to leave a comment.