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

Automaticaly load pdb from NuGet global packages folder #8503

Closed
vsfeedback opened this issue Aug 27, 2019 · 2 comments
Closed

Automaticaly load pdb from NuGet global packages folder #8503

vsfeedback opened this issue Aug 27, 2019 · 2 comments
Labels
Area:Symbols Functionality:Restore Partner:Roslyn Resolution:Duplicate This issue appears to be a Duplicate of another issue Type:DCR Design Change Request

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


Hi, it looks Visual Studio does not support loading pdb from NuGet Cache.

Is it possible to improve VS this way.

In detail: Let's e.g. assume having NuGet Package unpacked in the NuGet cache and the dll and pdb resides in the packagename\packageverlib\netstandard2.0 sub-folder. Visual Studio then supports probing the path to this sub-folder for loading the package source symbols.

This will help debugging experience source code with own only local stored NuGet packages.


Original Comments

Jane Wu [MSFT] on 8/21/2019, 04:11 AM:

Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. We’ll provide an update once the issue has been triaged by the product team.

@nkolev92 nkolev92 changed the title Automaticaly load pdb from NuGet Cache Automaticaly load pdb from NuGet global packages folder Aug 27, 2019
@rychlym
Copy link

rychlym commented Aug 30, 2019

Hello,
I have tried to prepare the source code example(s) with small NuGet packages supposed to be stored in an offline NuGet repository.
Please follow the steps from the ReadMe.txt file inside of the attached package file. Finally (the step 4 in the ReadMe.txt) you end up with not loaded pdb for the library.

image
OfflineNugetPackageExample.zip

@nkolev92
Copy link
Member

Dup of #5926.

@nkolev92 nkolev92 added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:Symbols Functionality:Restore Partner:Roslyn Resolution:Duplicate This issue appears to be a Duplicate of another issue Type:DCR Design Change Request
Projects
None yet
Development

No branches or pull requests

5 participants