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

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

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -