Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbol packages? #730

Closed
poizan42 opened this issue Aug 29, 2018 · 4 comments
Closed

Symbol packages? #730

poizan42 opened this issue Aug 29, 2018 · 4 comments

Comments

@poizan42
Copy link
Contributor

Are there symbols available anywhere for the NuGet packages?

If not could they be included for builds in the future? There's some information about how to do that at

@mookid8000
Copy link
Member

That's definitely something to consider.

I have never really missed symbol packages myself, because I use R# and let it decompile classes/methods by default, but I can definitely see how including the actual source would be a great service to developers.

@poizan42
Copy link
Contributor Author

What is R#? Not this I guess and not this either.

Anyways, while there are some plugins for VS that allows stepping through decompiled source, it really is a much nicer experience if you can just step into the original source.

But besides source-level stepping the pdb files are also necessary to get line numbers in stack traces which can help a lot in debugging.

@mookid8000
Copy link
Member

ReSharper: https://www.jetbrains.com/resharper/ 😄

but I didn't know that symbol packages allowed for stepping into the source code – that's pretty neat!

@mookid8000
Copy link
Member

fixed by #731 – good work 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants