CXuesong / WikiClientLibrary

/*🌻*/ Wiki Client Library is an asynchronous MediaWiki API client library targeting modern .NET platforms
https://github.com/CXuesong/WikiClientLibrary/wiki
Apache License 2.0
82 stars 16 forks source link

Introduce SourceLink support #41

Closed CXuesong closed 5 years ago

CXuesong commented 6 years ago

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.

CXuesong commented 5 years ago

Closing the issue because SourceLink is working properly now.