Reads and writes .NET assemblies and modules, Windows PDBs and Portable PDBs.
For better *Windows PDB* writer support, you should add a reference to `Microsoft.DiaSymReader.Native` nuget package too, see the dnlib README for more info: https://github.com/0xd4d/dnlib#windows-pdbs . You don't need to...
More information
A tool to test that the source link enabled nupkg or pdb file work. It tests all source files listed in the pdb. You can also print diagnostic information for a pdb.
Indexes your PDBs with online Git server URLs so Visual Studio can download the exact source files that were compiled into your assembly while debugging.
The CSC compiler can produce a pdb file with debug symbols.
However, the Mono gmcs compiler produces a separate mdb file containing
such sybmols for use on Mono. Use this utility to create an mdb file
from an original assembly and pdb file.
This allows Mono to generate...
More information