Build/Test Issues

Cannot build with unloaded (dependent) projects

Started by mrinaldi on 7,408 views

My solution is large (90 projects) and I only keep loaded the projects I'm currently working.

NCrunch cannot build the solution if any of the dependent project is unloaded, although VS can.

It should get the dll from the project's output folder if it's unloaded.

Thanks
Hi, thanks for posting!

Right now NCrunch doesn't have any handling for unloaded projects. The reason for this is because it cannot read any metadata from the project unless Visual Studio has it loaded, and therefore would be unable to safely determine the location of the project's primary output file.

This is on the list of things that need to be addressed.


Cheers,

Remco

Post a reply

Log in to reply.