You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Debugging tools for Windows SDK 10 (x64) (e.g. <add key="debuggingToolsPath" value="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64" />
Behavior: After pushing nuget packages (with symbols) into Klondike, do NOT get the PDBs or src files when using nuget restore or nuget install
Confirmation: using Artifactory as a mirror, doing the exact same nuget push with identical files, only the Artifactory server restore the symbol/src files correctly
Diag/Troubleshooting:
nothing but "INFO" level log events have been in the log files
re-index / synchronize packages has had no effect
initially the Klondike server did not contain Debugging Tools, but we have since installed those, restarted the server and Klondike to no improvement --- Klondike shows configured with debugging and symbol serving and packages reported as having symbols (just not prior versions)
The text was updated successfully, but these errors were encountered:
Klondike is designed to serve symbols and source files over the web. It is not designed to send symbols or source down to nuget clients during install/restore.
To use the feature, you would configure WinDbg or Visual Studio to add a symbol source URI such as http://klondike.example.com/api/symbols.
Am seeing PDBs come down with some of the nuget packages, just not all (e.g. EntityFramework works), so not sure why the inconsistent behavior ... yes, I have setup symbol source URI to the Klondike instance before trying nuget restore... anything else come to mind?
Klondike running on
<add key="debuggingToolsPath" value="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64" />
Behavior: After pushing nuget packages (with symbols) into Klondike, do NOT get the PDBs or src files when using
nuget restore
ornuget install
Confirmation: using Artifactory as a mirror, doing the exact same nuget push with identical files, only the Artifactory server restore the symbol/src files correctly
Diag/Troubleshooting:
The text was updated successfully, but these errors were encountered: