This is partly for my future reference, and partly to share the details. If you’re reading this, you’ll likely know that .NET 4 was released almost two months ago. I’ve recently been upgrading my projects to the new framework, and hit a snag with running post-build unit tests via NUnit.
Introduction This series has carried on for a while now. In the process, I’ve covered setting up and organizing a Subversion repository for code versioning, using NAnt for automated builds, FxCop and NDepend for code analysis and metrics, and NUnit for unit tests. The preceding sections are linked below for reference. source control – Subversion [...]