Consumers should be able to debug the code of the package if something doesn't work as expected.
Use <DebugType>embedded</DebugType>, include the PDbs in the package, or use a symbol package (snupkg)
PDB should use the portable format to be compatible with all platforms. The file is also smaller than the Windows PDB format.
Consumers should be able to debug the code of the package if something doesn't work as expected. Use
<DebugType>embedded</DebugType>
, include the PDbs in the package, or use a symbol package (snupkg) PDB should use the portable format to be compatible with all platforms. The file is also smaller than the Windows PDB format.