NUnit is not picking up my app.config settings, despite the app.config file being named the same as the .dll being executed. I'm using
tools\nunit\bin\nunit-console.exe src\Automation.WebTests\bin\release\Automation.WebTests.dll
I've also tried tools\nunit\bin\nunit-console.exe src\Automation.WebTests\bin\release\Automation.WebTests.dll /config=src\Automation.WebTests\bin\release\Automation.WebTests.dll
The src\Automation.WebTests\bin\release directory contains Automation.WebTests.dll Automation.WebTests.dll.config
From what I've read, it should be working. Anyone got any ideas?
