Visual Studio Code – How to compare two pdb files and validate if the source code matches?
I want to validate if there is source code difference occurred between two builds with help of .pdb files generated from Build1 and Build2. Little Background : I am using Visual Studio 2019 and My solution has a mix of…