.net and other musings

Ben Lovell, an agile developer living in the UK.

Resharper Unit Test Configuration

with 2 comments

Just a quick one: when attempting to run tests from a class library with Resharper, ensure the config file is named [ProjectName].dll.config and the build action is set to always copy.

That is all.

Written by benl

June 19, 2007 at 1:53 pm

Posted in Resharper

2 Responses

Subscribe to comments with RSS.

  1. You can also add an app.config, and VS will copy it to the relevant output directory as [ProjectName].dll.config

    Harley

    June 19, 2007 at 6:39 pm

  2. Ah of course. However I tend to do my builds (yes, even during development :) ) in Nant rather than VS. Good tip though!

    benl

    June 20, 2007 at 8:19 am


Leave a Reply