JetBrains/teamcity-symbol-server

Rider cannot retrieve symbols

JesperL27 opened this issue · 2 comments

Using Rider 2019.1.1 while trying to fetch from Symbol Server version "SNAPSHOT-20181130112401", fetching symbols fail.

Rider log messages are 404s:
[PDB] Error. Downloader: http://<tcserver>/app/symbols/baseservice.pdb/ae483439ea02448189a6af2e209f76361/baseservice.pdb -> The remote server returned an error: (404) Not Found.

From testing, this seems to be an issue with Symbol Server urls being case sensitive (except for the guid part).

To be exact:
http://<tcserver>/app/symbols/baseservice.pdb/ae483439ea02448189a6af2e209f76361/baseservice.pdb returns 404

http://<tcserver>/app/symbols/BaseService.pdb/ae483439ea02448189a6af2e209f76361/BaseService.pdb works just fine

Having the same issue with Rider 2021.1.2 and Symbol Server Plugin Version SNAPSHOT-20201209133740.

Any updates or solutions about this?

Same issue here. Getting 404 error. Visual Studio has no problem fetching the symbols.