c.f. https://github.com/dotnet/sourcelink
This enables you, as library users, to debug into the source code of WikiClientLibrary in VS 2017+. Source code should be downloaded on demand from GitHub when debugging.
I chose to include debugging information in the NuGet packages since v0.6.0 (or b9b3a43469b5aff3b59570cdd598f0748b65eb19 to be more exact). Hope this facilitates the your debugging procedure.
If you come across any problems when debugging into WCL library, please report your problems in this issue.
c.f. https://github.com/dotnet/sourcelink This enables you, as library users, to debug into the source code of WikiClientLibrary in VS 2017+. Source code should be downloaded on demand from GitHub when debugging.
I chose to include debugging information in the NuGet packages since
v0.6.0
(or b9b3a43469b5aff3b59570cdd598f0748b65eb19 to be more exact). Hope this facilitates the your debugging procedure.If you come across any problems when debugging into WCL library, please report your problems in this issue.