I have a solution with 15 projects (14 class libraries and one web application). Each class library has a corresponding test project (i.e. if I have a MyApp.Services project, MyApp.Services.Tests exists - using NUnit). Everything is written in VB.NET. The problem is that when VS tries to compile any * .Tests project, it stops responding (the larger the project, the longer this period is not saved). I donβt know where to start looking for a problem. I will add that I have R # 4.5 installed.
UPDATE 1:
Is there a way to evaluate performance in a visual studio? To get build time for each project?
UPDATE 2:
It seems that there is no difference after disconnecting R #.
rafek source share