-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Comments
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. |
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. |
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! |
fixed by #731 – good work 👍 |
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
The text was updated successfully, but these errors were encountered: