“Go To Definition” in Visual Studio only brings up the Metadata for Non-Project references

后端 未结 7 1152
温柔的废话
温柔的废话 2020-12-03 11:00

I have a C# project which contains references to assemblies in DLL format. I have the PDB information for these DLL files, contained in the same folder. When I press F12 o

相关标签:
7条回答
  • 2020-12-03 11:38

    It appears that this issue has been solved in Visual Studio 2013. Having the PDB information in the same folder as the DLL is showing me the source code when I use Go To Definition. I do not have the Reflector extension installed.

    0 讨论(0)
提交回复
热议问题