Skip to content

Publishing pdb files in the NuGet packages? #467

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

Closed
JoshuaKGoldberg opened this issue Nov 8, 2017 · 2 comments
Closed

Publishing pdb files in the NuGet packages? #467

JoshuaKGoldberg opened this issue Nov 8, 2017 · 2 comments

Comments

@JoshuaKGoldberg
Copy link
Contributor

In an ideal world, we'd never need to debug into library code... but there are times when it can be useful.

For example, trying to learn how React.NET loads or reloads .js files to understand its performance (and to fix project-specific caching issues). I'm debugging through my locally built .pdbs now, but it would be convenient to be able to just use what's in the NuGet package.

The only downside I've heard of beyond "you shouldn't need them!" is to keep your source code secure... but that's not really relevant for OSS right?

@Daniel15
Copy link
Member

Daniel15 commented Nov 8, 2017

Hmm, it should already be publishing .pdb files, but I wonder if something broke when I switched to the newer ASP.NET Core tooling. Also, I believe NuGet publishes the source code to a symbol server, which should also help with debugging (as long as the symbol server is configured in Visual Studio)

@dustinsoftware
Copy link
Member

Closing issues older than a year, please re-open if you think this is still relevant.

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

No branches or pull requests

3 participants