Does using embedded PDBs in .NET projects impact performance in any way?
For clarity I'm talking about <DebugType>portable</DebugType>
vs <DebugType>embedded</DebugType>
.
My guess is embedding the PDB impacts the size of the assembly loaded into memory so might waste a bit of memory.