Hi,
i am in the process of moving some of my internal dependencies to nuget, so they can be neatly versioned and easily managed and so forth.
One of these project is updated quite frequently and when developing features that features is launched and executed by the dependent project.
My question is this one:How can i maintain a fast workflow when moving that dependency to nuget, for in development purposes, locally so to speak?
It seems to be quite the pain for when the project now fetches that dependency from our nuget repo instead of just referencing the dll directly i need to update that reference in some way or possible overwrite the internal package and force a restore in some way.