### Expected behavior Press F11 to step into code and debug the code ### Actual behavior because no PDBs and source info are found, debugger steps over ### Solution: [enable Source Link](https://github.com/dotnet/sourcelink#using-sourcelink), [upload the snupkg also to nuget symbol server](https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg) to be later able to [fetch the source from github](https://github.com/dotnet/designs/blob/main/accepted/2020/diagnostics/source-link.md#source-link-file-specification) during debugging to be able to step into the code.