The project I am currently working on needs to dynamically generate classes using ClassBuilder. I have gotten this project to work through nunit as it is able to see the dll that the dynamic class needs joined, I have also gotten this project to work through a webservice by grabbing the working directory (var path = AppDomain.CurrentDomain.BaseDirectory;).
As NCrunch is very new, I am unable to find any resources on how to gather up the dll's needed in one spot so that the dynamically built class can see them.
I assumed that "Add additional files" in the settings menu would work, but this is to no avail.
Could anyone give me any direction as to how to get my project working with ncrunch?
Thank you,
Samuel Davis