What Method of Shared Code Files Does Visual Studio/ReSharper Perform Better With?

48 Views Asked by At

Setup

VS Enterprise 15.7.6
ReSharper Ultimate 2018.1.3

I have to deploy .net Class Libraries without any expediencies on other dlls outside of the .net Framework and I'm trying to figure out Visual Studio / ReSharper performance implications (the performance of the IDE itself, not the compiled/deployed code) for sharing code files.

My solution has 23 .net 4.5.2 class library projects, and 1 shared project. This shared project is unique to this client. I also have shared code that is not unique to the client that is shared as a source only nuget package. This means the same code is added to every project and checked into TFS under every project.

Question

Would Visual Studio / ReSharper have better performance if I removed all the source only NuGet files, and added all of these files to the Shared Project?

Currently VS spends a lot of CPUs each time I type a keystroke, and I'm wondering if this change would help. Only Negative is that any upgrade of the Source Only Nuget Package would be manual...

Update 1 Added PrefView

enter image description here

0

There are 0 best solutions below