It will be so great if this can work! I can even upload my company vsix. May recommend others to use too
yapeutat_1255
@yapeutat_1255
Best posts made by yapeutat_1255
Latest posts made by yapeutat_1255
-
RE: Unable to debug using ProGet nuget server with symbol server enabled
-
RE: Unable to debug using ProGet nuget server with symbol server enabled
Dear Atripp, no symbol is loaded after I upload the package (snupkg or symbols.nupkg). Can you help to adddress this issue?
Thank you very much!
-
RE: Unable to debug using ProGet nuget server with symbol server enabled
Suddenly, can't download the symbol.
After I upload the nuget package to proget, I can't seem to configure the symbol server tab.
Got the screenshot as below
-
RE: Unable to debug using ProGet nuget server with symbol server enabled
Thanks Atripp for your advice, it really helpful !
I can debug into the source code now.
However, there is one thing I would like to clarify.
The symbol is loaded and so the pdb file is downloaded to cache location.
So when I step into the code, am I actually step into the source code in the nuget package hosted in ProGet server or my private repository in gitlab?I noticed if I upload the legacy format (symbols.nupkg), there is source code being populated (with src folder at the root).
-
RE: Unable to debug using ProGet nuget server with symbol server enabled
Also with reference to the document:
The hex string in the file path should also start with the GUID listed in ProGetFor my case, the hex string in file path shown in "Symbol Load Information", always remain the same which is a2727aa9056b47349b8baab590e434d4ffffffff even though I try delete and upload the new package several times and different GUID generated each time.
-
RE: Unable to debug using ProGet nuget server with symbol server enabled
Hi Atripp,
I can see the symbol is indexed as what shown in "Symbols" tab of my package.
And I follow all the visual studio configuration as what stated in the document below.
https://docs.inedo.com/docs/proget/feeds/nuget/symbol-and-source-serverIn "Symbol Load Information" window, sometimes I see error as below
Symbols not found on symbol server.
or sometimes it could be
Skipped checking location. The symbol file was not found in this location before. -
Unable to debug using ProGet nuget server with symbol server enabled
Hi, I pretty much follow all the things stated in below link to setup the nuget private server with symbol feature enabled.
https://docs.inedo.com/docs/proget/feeds/nuget/symbol-and-source-serverThe nuget package is created with source link, however I can't manage to debug into the code after I done setup as what mentioned.
When I checked into the visual studio modules window -> "Symbol Load Information" for the related dll, it shows: http://server/symbols/nuget: Symbols not found on symbol server.
When I checked snupkg uploaded to proget, there is pdb file there.
Anyone has done debugging with ProGet before?