csharp-language-server-protocol
csharp-language-server-protocol copied to clipboard
SourceLink does not appear to be working
When attempting to debug https://github.com/OmniSharp/omnisharp-roslyn/releases/tag/v1.37.6 (which has 0.18.3 of the lsp implementation) SourceLink was not working. No symbols could be loaded.
I'm not able to see any issues with it. The pdb's are embedded in the nuget, source link looks like it's on and working. (this at least on my local).
Symbols seem to be pushed to nuget as well I was able to download them from both https://www.nuget.org/packages/OmniSharp.Extensions.LanguageServer/0.18.3 and https://www.nuget.org/packages/OmniSharp.Extensions.LanguageServer/0.19.0-beta0004
Are you sure it's loading from the dll, and not from some local source on your machine? I made sure that I had sourcelink enabled, but I'm still not seeing any symbols.
I wasn't debugging anything at the time, just reviewing the source link configuration, to the best of my knowledge it's all configured. I'll try and do some debugging and step into to see if I can get it work or not.