visual studio - Why doesn't Resharper's Assembly Explorer show anything? -
i trying decompile assembly resharper extension visual studio, when go resharper→windows→assembly explorer, explorer blank. when have project open, tool behaves way meant to, creating empty project in order able decompile awful. avoid using standalone decompiler dotpeek.
the assembly explorer window intended show assemblies want decompile, aren't referenced in solution. if assembly referenced somewhere in solution, resharper's normal navigation decompile classes , methods on fly.
in other words, it's intended used in conjunction open solution, means doesn't work without solution open (also, believe list of assemblies in assembly explorer stored in solution settings. without solution, there's no list display).
what's issue using dotpeek? it's same codebase, compiled standalone components rather visual studio plugin?
Comments
Post a Comment