Dave Chestnutt: SparklingCode and CodeGaffes

Writing better code; for fun and profit

  Home  |   Contact  |   Syndication    |   Login
  18 Posts | 1 Stories | 208 Comments | 20 Trackbacks

News

Tag Cloud


Article Categories

Archives

Post Categories

March 2006 Entries

How to easily run NUnit tests in both .NET 1.1 and 2.0 environments. I want to run my NUnit tests! But I have a problem -- my code runs under both .NET 1.1 and 2.0 frameworks. It is real easy to run tests from the IDE, which I do, but that means I'm only running the tests under one version of .NET. How can I easily run tests under both .NET frameworks? I'm lazy, so it has to be easy. So, without even resorting to the command line, here's how I do it in 3 steps: 1. Running tests with the .NET 1.1...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati