The projects are built with Source Link enabled and are configured to include PDB files within the NuGet packages themselves. This allows source code files to be downloaded from our GitHub repo directly during debugging process.
To enable debugging in Visual Studio, you need to:
- Uncheck "Enable Just My Code".
- Check "Enable Source Link support.
When debugging into the code, Visual Studio will ask to download source code from GitHub.
Click "Download Source and Continue Debugging" to continue.