There are no PDBs available on symbolsource.org after June 2015 (release 7.0.1). Where do we obtain PDBs for the more recent releases?
I've been pushing PDBs to symbolsource.org with every release...
Am I looking in the wrong place? This page only shows PDBs up to v7.0.1: https://www.symbolsource.org/Public/Metadata/NuGet/Project/Newtonsoft.Json/
Probably folks have already discovered that, but will post fo those who still looking for an answer. According to https://tripleemcoder.com/2015/10/04/moving-to-the-new-symbolsource-engine/ symbolsource.org is not maintained any more. All the packages are now available at https://nuget.smbsrc.net/
Here is the deprecation notice at the SymbolSource repo: https://github.com/SymbolSource/SymbolSource#project-introduction
If SourceLink gets enabled. the PDB is embedded and includes a JSON to fetch the source here from github to allow easy debugging.
When Newtonsoft.Json.csproj was switched to the new SDK format (aka the more human readable csproj format) it started producing portable PDBs, and symbolsource.org doesn't support the new portable format. Unfortunately is doesn't tell you so when you upload packages to it via the command line so I've never noticed.
For future debugging the PDBs will be in the main Newtonsoft.Json package and SourceLink will be enabled https://github.com/JamesNK/Newtonsoft.Json/pull/1746
Most helpful comment
When Newtonsoft.Json.csproj was switched to the new SDK format (aka the more human readable csproj format) it started producing portable PDBs, and symbolsource.org doesn't support the new portable format. Unfortunately is doesn't tell you so when you upload packages to it via the command line so I've never noticed.
For future debugging the PDBs will be in the main Newtonsoft.Json package and SourceLink will be enabled https://github.com/JamesNK/Newtonsoft.Json/pull/1746