Im releasing a nuget package and I'd like that whoever is using it could step into it as if it was his own code.
In order to do that, in the RELEASE configuration (which is the one I use for distribution), I try set the "Debug Information:" to Embedded
and Portable
but none did the trick! When I install the package, the pub files are never there...
What am I doing wrong?