C
C#misterkiem

❔ Ok to reference both a nuget package, and the project source it's built from while I make changes?

I'm wondering about the best practice handling a project that I am deploying privately as a nuget package and another project that references it simultaneously. Project C references project N in a solution, and I am actively making changes to both. I use project C to test changes to project N. What happens if I also have project C install the unaltered, test release, nuget packge for project N? Can I have project c both reference project N as a dependency and its test-release nuget package at the same time?
A
Accord399d ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.