Here’s a tip of how to run NUnit tests in .Net 4 code:
Running NUnit 2.5 against Visual Studio 2010 .Net 4 code
Note that it’s the NUnit.exe.config file in C:\Program Files\NUnit 2.5.2\bin\net-2.0 that should be updated.
[powered by WordPress.]
jour·nal n. A personal record of occurrences, experiences, and reflections kept on a regular basis; a diary.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jun | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
42 queries. 0.565 seconds
November 20th, 2009 at 12:05
[...] you combine this with the tip in my post NUnit with Visual Studio 2010 Beta 2, you should insert the following <startup useLegacyV2RuntimeActivationPolicy="true"> [...]