I’m just getting started with learning about Unit testing (and TDD in general). My question is does the latest version of NUnit support working in VS2008 with .NET 3.5? I’ve looked at the documentation pages at NUnit and they don’t mention it.
If anyone has worked with it in 3.5 are there any limitations or features that don’t work/need workarounds?
I’ve been using nUnit with 3.5. As long as you have a version that works with 2.0 you should be fine – same CLR and all that. 🙂