I have ReSharper 6.1 and I can use the Move to> Decompiled Sources command to decompile .NET assemblies for which I do not have source code. This is great when I want to look inside the assembly that I referenced in my code.
Is there a way (as in Reflector and ILSpy) to simply provide ReSharper with a standalone build file and decompile it? I want to take the deployed DLL from the server and view the decompiled code so that I can make sure that this is the version, in my opinion.
(I fully understand that the fact that I ask about this means that the version control process leaves much to be desired, but this is a different topic!)
source share