InjectModuleInitializer icon indicating copy to clipboard operation
InjectModuleInitializer copied to clipboard

Embedded PDB is stripped after module initializer injection

Open WenningQiu opened this issue 3 years ago • 0 comments

My assembly was built with "<DebugType>embedded</DebugType>" to have the PDB embedded in the DLL. However the embedded PDB is lost after injecting module initializer. The target framework is net48.

WenningQiu avatar Feb 03 '22 20:02 WenningQiu