I use some NuGet packages in my projects, which have their own source publicly available on GitHub ( OrmLite example).
How to configure my repositories as debugger sources in Visual Studio (same as I could configure ReferenceSource for .NET Framework, etc. like here )?
ReSharper is able to decompile DLLs, but I'm more interested in seeing comments that are obviously inaccessible in this way.
Update:
I know about pdb files, but the initial installation was to see the source code when I pressed F12 . For the .NET Framework, which is achieved by simply adding the source code, as I explained earlier
source share