I spent some time today debugging why my testdll.config file wasn’t being used by the nunit2 task.   My solution was to explicitly set the appconfig property of the test element for the NUnit2 task, but I found this counter-intuitive – so did others that ran into this problem according to my searches on Google.  Why not set the default for the appconfig property to the test assembly + .config?  Just a suggestion, but it would cover just about all of my testing config file needs.

 

James

Reply via email to