Dropped
The test framework choice finally landed on xUnit. NUnit was a worthy contender — I still like the [TestCase] parameterization — but there's no point keeping two frameworks in the projects.
Assessing
Tried NUnit as an alternative to MSTest. Richer set of attributes and assertions, and it's handy for parameterized tests via [TestCase].