chriseldredge / Klondike

Ember front-end that builds on NuGet.Lucene for private package hosting
Apache License 2.0
299 stars 74 forks source link

No symbol artifacts downloaded on nuget restore #196

Open brettveenstra opened 7 years ago

brettveenstra commented 7 years ago

Klondike running on

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:

chriseldredge commented 7 years ago

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.

See http://www.symbolsource.org/Public/Wiki/Using.

brettveenstra commented 7 years ago

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?