I am trying to get debugging to work for a couple of internal nuget packages. We use .net 8, the code is hosted on azure devops git repo, and the nuget packages are hosted on an Azure devops artifacts feed.
When I debug through my nuget package I see code that looks like it's been decompiled. It hasn't for example got the same local variable names as in the original code. Is this expected or should I be able to see the original code when debugging?
According to this web site https://github.com/dotnet/sourcelink it seems like things should just work for my setup but I'm not sure if they actually do.