Why does the Azure Devops extension show all code as Not My Code?

29 Views Asked by At

When running the NDepend Azure Devops extension for my main build solution, the lines of code show no lines of code for my code and show everything as NotMyCode and I can not determine why. The JustMyCode Code Elements query from the desktop version indicates hundreds of thousands of elements that are my code. I'm not sure where to start looking or what could cause this.

1

There are 1 best solutions below

0
AJ Henderson On

In this case, a release build was being generated rather than a debug build, so PDBs were missing.