Extract Code from Nuget Package
Can i extract complete source code from a nuget package File? e.g. (Filename.nupkg)
I was trying to decrypt a nuget package and get its source code. I have tried decompilers like dotpeek but no luck. It just gave me an overview of how that code was compiled
Links i have searched are below Extracting Nupkg files using command line
.zipfile, so you can just extract it and look. If doesn't contain the source code, then that won't work.