Marusyk / grok.net

.NET implementation of the grok 📝
MIT License
290 stars 55 forks source link

Include symbols (PDB) for binary #60

Closed Marusyk closed 1 year ago

Marusyk commented 2 years ago

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.

UnfixedSun commented 1 year ago

Hi,I would like to work on this issue .Can you please assign this issue to me.