I have a NuGet package I created and installed in another solution but now I need to debug the code of the package when called from my new solution.
I tried referenci
As it might help someone else, here is an additional explanation of the problem in-hand.
What do I need to debug a pkg created by me?
Well, how can I include the source code of my nuget package?