How to get back source files from .nupkg package

How can we get all the source files from a .nupkg package?

Hi @kavyashreeh22,
You can use this:

Or just simply extract package with zip either by opening it in zip or by changing extension to .zip and just extracting it.

4 Likes

Rename .nupkg package to .zip and then extract it to the particular folder you will able to open the nugkp package

2 Likes