- I have a project which is published as a nuget package(No way to run standalone).
- I'm installing the above said nuget package in other project and consuming it.
- Now I need to debug the installed nuget package. I have the package's code on my local machine.
Is there a way where I can reference to local source code instead of downloading and installing nuget package for debugging purpose?
-I don't want to publish nuget package with symbols