In Visual Studio 2019,
I want to debug projects included in the solution. I dont want to change references from nuget to project reference. I want Visual Studio to use projects in the solution if the name matches. if there is no matching project in the solution then use the dll in nuget.
Is this functionality available?