gimelfarb / ProductionStackTrace

Without deploying PDBs, generate a .NET exception stack trace that can be processed to retrieve source file and line number info
Other
79 stars 8 forks source link

Enhancements: NuGet Symbol Support, .NET Standard Library, and more #15

Closed mitchcapper closed 1 year ago

mitchcapper commented 4 years ago

I don't expect it to be merged in as is, but as I am not sure how alive the project is I figured I would at least leave a PR here for others. The branch adds many features including:

If however you want to merge these features in I can rebase them and do proper branch pulls.

mitchcapper commented 4 years ago

Switched to using Ben.Demystifier for the normal frame print out as well. It supports .net standard 2 and .netframework 4.5 and higher. For full details on how it can clean up a stack see: https://github.com/benaadams/Ben.Demystifier

honkstar1 commented 4 years ago

Hi, I would love to see this go in. If not, can you do a separate nuget package for this?

Thanks, Henrik