I have a C# project with some referenced dll’s. To inspect the whole Project it would be nice to replace the referenced dll’s against the existing project references temporarily.
The benefits were “the search in the whole solution” and “Go to Definition” makes more sense.
Is there a trick to replace references in the *.csproj file?
Or is there a Visual Studio extension to achieve the benefits?
Thanks
I found a solution with ReSharper.
You can open and disassemble the references with the extension ReSharper and set break points.