c# - Is there a way to easily inspect and debug nuget packages source code -


when use java's maven , gradle, can download source code artifacts. way can inspect source code , debug it. useful, libraries poor documentation.

i'm using xamarin studio , nuget packages , xamarin components.

for example, add sqlite-net component project , able browse source files.

you try .net reflector. remember had while ago , allowed me see source of libraries. can't remember if there special libraries (debug mode or something).


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -