TC and Rider download of symbol source
Hey,
our company is using TeamCity for continues deployment. We have several nugets and we want to use TC as symbol server for those NuGet packages. Everything works great with VisualStudio, however, some of us also uses Rider as IDE. And Rider can't download those symbols. The problem I noticed that the address for symbols are case sensitive. This is address in VS:
https://teamcity.<compony>.com/app/symbols/Flow.FileStorage.pdb/43C5BBD21AFA4EC3B4311BF8E70B8B161/Flow.FileStorage.pdb
And this is in Rider:
https://teamcity.<compony>.com/app/symbols/flow.filestorage.pdb/43c5bbd21afa4ec3b4311bf8e70b8b161/flow.filestorage.pdb
The only difference is case sensitivity. And I tested a bit and noticed if I upper the case of the first "flow.filestorage.pdb" => "Flow.FileStorage.pdb", symbols are downloaded then you navigate in browser (https://teamcity.<compony>.com/app/symbols/Flow.FileStorage.pdb/43c5bbd21afa4ec3b4311bf8e70b8b161/flow.filestorage.pdb) . Is this going any way be address in the future releases? Or maybe there is some way to go around in Rider, TeamCity?
Thank in advance,
Mindaugas
Please sign in to leave a comment.
Hello Mindaugas,
Thank you for reporting the issue! Our development team is aware of it and are already working on a fix (along with several other improvements). For now, I have registered a bug as https://youtrack.jetbrains.com/issue/TW-68070 on our tracker; you could keep an eye on its status to see when a fix is available.
Thanks! Good to hear :)