How to debug
September 27, 2018 ยท View on GitHub
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.
Enable debugging in Visual Studio
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.