JenyaRostov
debug help
let's assume i have a bunch of projects which all depend on one library
this library and projects i have in git
this library also is in a private nuget feed
how would i debug those projects together with the library without hassle? use a local feed?
17 replies
❔ Debugging local Fody weaver
I made a Fody class library projects which outputs a .nupkg file, which i want to include in my project that i'm trying to weave. I added the folder with said .nupkg file as source in nuget.config, but that .nupkg file got copied to my global nuget packages folder (C:/Users/user/.nuget). Question is, how do I update the package in that global package folder without bumping up the version? Or how do I just use the local .nupkg file directly?
2 replies